Shades of China Ivory #FFF5CC
Tints of China Ivory #FFF5CC
RGB
CMYK
RGB Variations
Color information
#FFF5CC (or 0xFFF5CC) is known color: China Ivory. HEX triplet: FF, F5 and CC. RGB value is (255,245,204). Sum of RGB (Red+Green+Blue) = 255+245+204=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 204 (80.08% from 255 or 28.98% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5CC is #000A33. Grayscale: #F3F3F3. Windows color (decimal): -2612 or 13432319. OLE color: 13432319.
HSL color Cylindrical-coordinate representation of color #FFF5CC: hue angle of 48.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF5CC is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 204 | - |
| CMYK | 0 | 0.04 | 0.2 | 0 |
| HSL | 48.24º | 1% | 0.9% | - |
| HSV(B) | 48.24º | 0.2% | 1% | - |
| XYZ | 84.79 | 90.92 | 70.21 | - |
| YUV | 243.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 204 | 0 | 0.04 | 0.2 | 0 | 48.24 | 1 | 0.9 |
| Hex | FF | F5 | CC | 0 | 4 | 14 | 0 | 30 | 64 | 5A |
| Octal | 377 | 365 | 314 | 0 | 4 | 24 | 0 | 60 | 144 | 132 |
| Binary | 11111111 | 11110101 | 11001100 | 0 | 100 | 10100 | 0 | 110000 | 1100100 | 1011010 |
Color Harmonies of #FFF5CC
Complementary color
Monochromatic Colors of #FFF5CC
Black with #FFF5CC
Text Example
Text Example
White with #FFF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5CC; }
p { color: rgb(255,245,204); }
H1.HeaderClassName
{
color: #FFF5CC;
}
.AnyTagClassName
{
color: #FFF5CC;
}
</style>
background-color css
<style>
a { background-color: #FFF5CC; }
a { background-color: rgb(255,245,204); }
div.DivClassName
{
background-color: #FFF5CC;
}
.BgClassName
{
background-color: #FFF5CC;
}
</style>
border-color css
<style>
span { border-color: #FFF5CC; }
span { border-color: rgb(255,245,204); }
td.TdClassName
{
border-color: #FFF5CC;
}
.TagClassName
{
border-color: #FFF5CC;
}
</style>