Shades of China Ivory #FFF5CF
Tints of China Ivory #FFF5CF
RGB
CMYK
RGB Variations
Color information
#FFF5CF (or 0xFFF5CF) is known color: China Ivory. HEX triplet: FF, F5 and CF. RGB value is (255,245,207). Sum of RGB (Red+Green+Blue) = 255+245+207=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5CF is #000A30. Grayscale: #F3F3F3. Windows color (decimal): -2609 or 13628927. OLE color: 13628927.
HSL color Cylindrical-coordinate representation of color #FFF5CF: hue angle of 47.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFF5CF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 207 | - |
| CMYK | 0 | 0.04 | 0.19 | 0 |
| HSL | 47.5º | 1% | 0.91% | - |
| HSV(B) | 47.5º | 0.19% | 1% | - |
| XYZ | 85.15 | 91.07 | 72.12 | - |
| YUV | 243.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 207 | 0 | 0.04 | 0.19 | 0 | 47.5 | 1 | 0.91 |
| Hex | FF | F5 | CF | 0 | 4 | 13 | 0 | 30 | 64 | 5B |
| Octal | 377 | 365 | 317 | 0 | 4 | 23 | 0 | 60 | 144 | 133 |
| Binary | 11111111 | 11110101 | 11001111 | 0 | 100 | 10011 | 0 | 110000 | 1100100 | 1011011 |
Color Harmonies of #FFF5CF
Complementary color
Monochromatic Colors of #FFF5CF
Black with #FFF5CF
Text Example
Text Example
White with #FFF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5CF; }
p { color: rgb(255,245,207); }
H1.HeaderClassName
{
color: #FFF5CF;
}
.AnyTagClassName
{
color: #FFF5CF;
}
</style>
background-color css
<style>
a { background-color: #FFF5CF; }
a { background-color: rgb(255,245,207); }
div.DivClassName
{
background-color: #FFF5CF;
}
.BgClassName
{
background-color: #FFF5CF;
}
</style>
border-color css
<style>
span { border-color: #FFF5CF; }
span { border-color: rgb(255,245,207); }
td.TdClassName
{
border-color: #FFF5CF;
}
.TagClassName
{
border-color: #FFF5CF;
}
</style>