Shades of China Ivory #FFF2CD
Tints of China Ivory #FFF2CD
RGB
CMYK
RGB Variations
Color information
#FFF2CD (or 0xFFF2CD) is known color: China Ivory. HEX triplet: FF, F2 and CD. RGB value is (255,242,205). Sum of RGB (Red+Green+Blue) = 255+242+205=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2CD is #000D32. Grayscale: #F1F1F1. Windows color (decimal): -3379 or 13497087. OLE color: 13497087.
HSL color Cylindrical-coordinate representation of color #FFF2CD: hue angle of 44.4º 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 #FFF2CD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 205 | - |
| CMYK | 0 | 0.05 | 0.20 | 0 |
| HSL | 44.4º | 1% | 0.9% | - |
| HSV(B) | 44.4º | 0.2% | 1% | - |
| XYZ | 84.01 | 89.17 | 70.54 | - |
| YUV | 241.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 205 | 0 | 0.05 | 0.20 | 0 | 44.4 | 1 | 0.9 |
| Hex | FF | F2 | CD | 0 | 5 | 14 | 0 | 2C | 64 | 5A |
| Octal | 377 | 362 | 315 | 0 | 5 | 24 | 0 | 54 | 144 | 132 |
| Binary | 11111111 | 11110010 | 11001101 | 0 | 101 | 10100 | 0 | 101100 | 1100100 | 1011010 |
Color Harmonies of #FFF2CD
Complementary color
Monochromatic Colors of #FFF2CD
Black with #FFF2CD
Text Example
Text Example
White with #FFF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2CD; }
p { color: rgb(255,242,205); }
H1.HeaderClassName
{
color: #FFF2CD;
}
.AnyTagClassName
{
color: #FFF2CD;
}
</style>
background-color css
<style>
a { background-color: #FFF2CD; }
a { background-color: rgb(255,242,205); }
div.DivClassName
{
background-color: #FFF2CD;
}
.BgClassName
{
background-color: #FFF2CD;
}
</style>
border-color css
<style>
span { border-color: #FFF2CD; }
span { border-color: rgb(255,242,205); }
td.TdClassName
{
border-color: #FFF2CD;
}
.TagClassName
{
border-color: #FFF2CD;
}
</style>