Shades of Half Dutch White #FCF0D9
Tints of Half Dutch White #FCF0D9
RGB
CMYK
RGB Variations
Color information
#FCF0D9 (or 0xFCF0D9) is known color: Half Dutch White. HEX triplet: FC, F0 and D9. RGB value is (252,240,217). Sum of RGB (Red+Green+Blue) = 252+240+217=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D9 is #030F26. Grayscale: #F1F1F1. Windows color (decimal): -200487 or 14283004. OLE color: 14283004.
HSL color Cylindrical-coordinate representation of color #FCF0D9: hue angle of 39.43º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCF0D9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 217 | - |
CMYK | 0 | 0.05 | 0.14 | 0.01 |
HSL | 39.43º | 0.85% | 0.92% | - |
HSV(B) | 39.43º | 0.14% | 0.99% | - |
XYZ | 83.83 | 88.03 | 78.22 | - |
YUV | 240.97 | 114.48 | 135.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 217 | 0 | 0.05 | 0.14 | 0.01 | 39.43 | 0.85 | 0.92 |
Hex | FC | F0 | D9 | 0 | 5 | E | 1 | 27 | 55 | 5C |
Octal | 374 | 360 | 331 | 0 | 5 | 16 | 1 | 47 | 125 | 134 |
Binary | 11111100 | 11110000 | 11011001 | 0 | 101 | 1110 | 1 | 100111 | 1010101 | 1011100 |
Color Harmonies of #FCF0D9
Complementary color
Monochromatic Colors of #FCF0D9
Black with #FCF0D9
Text Example
Text Example
White with #FCF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0D9; }
p { color: rgb(252,240,217); }
H1.HeaderClassName
{
color: #FCF0D9;
}
.AnyTagClassName
{
color: #FCF0D9;
}
</style>
background-color css
<style>
a { background-color: #FCF0D9; }
a { background-color: rgb(252,240,217); }
div.DivClassName
{
background-color: #FCF0D9;
}
.BgClassName
{
background-color: #FCF0D9;
}
</style>
border-color css
<style>
span { border-color: #FCF0D9; }
span { border-color: rgb(252,240,217); }
td.TdClassName
{
border-color: #FCF0D9;
}
.TagClassName
{
border-color: #FCF0D9;
}
</style>