#FCF2D6

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

Shades of Half Dutch White #FCF2D6

Tints of Half Dutch White #FCF2D6

Color information

#FCF2D6 (or 0xFCF2D6) is unknown color: approx Half Dutch White. HEX triplet: FC, F2 and D6. RGB value is (252,242,214). Sum of RGB (Red+Green+Blue) = 252+242+214=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 214 (83.98% from 255 or 30.23% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2D6 is #030D29. Grayscale: #F1F1F1. Windows color (decimal): -199978 or 14086908. OLE color: 14086908.

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

Color convert

RGB252242214-
CMYK00.040.150.01
HSL44.21º86.36%91.37%-
HSV(B)44.21º15.08%98.82%-
XYZ84.0389.0576.38-
YUV241.8112.31135.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 242 (94.92% from 255) = 34.18%
BLUE value IS 214 (83.98% from 255) = 30.23%
R=35.59%
G=34.18%
B=30.23%

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
Decimal25224221400.040.150.0144.2186.3691.37
HexFCF2D604F12c565b
Octal3743623260417154126133
Binary11111100111100101101011001001111110110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2D6; }

 p { color: rgb(252,242,214); }

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

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

 a { background-color: rgb(252,242,214); }

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

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

 span { border-color: rgb(252,242,214); }

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