#FCF1D7

Color #FCF1D7 Half Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Dutch White #FCF1D7

Tints of Half Dutch White #FCF1D7

Color information

#FCF1D7 (or 0xFCF1D7) is unknown color: approx Half Dutch White. HEX triplet: FC, F1 and D7. RGB value is (252,241,215). Sum of RGB (Red+Green+Blue) = 252+241+215=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 215 (84.38% from 255 or 30.37% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D7 is #030E28. Grayscale: #F1F1F1. Windows color (decimal): -200233 or 14152188. OLE color: 14152188.

HSL color Cylindrical-coordinate representation of color #FCF1D7: hue angle of 42.16º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCF1D7 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252241215-
CMYK00.040.150.01
HSL42.16º86.05%91.57%-
HSV(B)42.16º14.68%98.82%-
XYZ83.8788.5176.95-
YUV241.32113.14135.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 215 (84.38% from 255) = 30.37%
R=35.59%
G=34.04%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224121500.040.150.0142.1686.0591.57
HexFCF1D704F12a565c
Octal3743613270417152126134
Binary11111100111100011101011101001111110101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1D7; }

 p { color: rgb(252,241,215); }

 H1.HeaderClassName
 {
   color: #FCF1D7;
 }
 .AnyTagClassName
 {
   color: #FCF1D7;
 }
</style>
background-color css

<style>
 a { background-color: #FCF1D7; }

 a { background-color: rgb(252,241,215); }

 div.DivClassName
 {
   background-color: #FCF1D7;
 }
 .BgClassName
 {
   background-color: #FCF1D7;
 }
</style>
border-color css

<style>
 span { border-color: #FCF1D7; }

 span { border-color: rgb(252,241,215); }

 td.TdClassName
 {
   border-color: #FCF1D7;
 }
 .TagClassName
 {
   border-color: #FCF1D7;
 }
</style>