You can also us the fill property to change the color:
If(And(DateDiff(DateAdd(Now(),-Weekday(Now(),11)),(DatePickerbox.SelectedDate))>0,
DateDiff(DateAdd(Now(),7-Weekday(Now(),11)),(DatePickerbox.SelectedDate))<=0),White,Red)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.