Shades of Half Dutch White #FCF2D6
Tints of Half Dutch White #FCF2D6
RGB
CMYK
RGB Variations
Color information
#FCF2D6 (or 0xFCF2D6) is known color: 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
| RGB | 252 | 242 | 214 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.01 |
| HSL | 44.21º | 0.86% | 0.91% | - |
| HSV(B) | 44.21º | 0.15% | 0.99% | - |
| XYZ | 84.03 | 89.05 | 76.38 | - |
| YUV | 241.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 214 | 0 | 0.04 | 0.15 | 0.01 | 44.21 | 0.86 | 0.91 |
| Hex | FC | F2 | D6 | 0 | 4 | F | 1 | 2C | 56 | 5B |
| Octal | 374 | 362 | 326 | 0 | 4 | 17 | 1 | 54 | 126 | 133 |
| Binary | 11111100 | 11110010 | 11010110 | 0 | 100 | 1111 | 1 | 101100 | 1010110 | 1011011 |
Color Harmonies of #FCF2D6
Complementary color
Monochromatic Colors of #FCF2D6
Black with #FCF2D6
Text Example
Text Example
White with #FCF2D6
Text Example
Text Example
HTML Codes & Css Web 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>