Shades of China Ivory #FAF2CB
Tints of China Ivory #FAF2CB
RGB
CMYK
RGB Variations
Color information
#FAF2CB (or 0xFAF2CB) is known color: China Ivory. HEX triplet: FA, F2 and CB. RGB value is (250,242,203). Sum of RGB (Red+Green+Blue) = 250+242+203=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CB is #050D34. Grayscale: #F0F0F0. Windows color (decimal): -331061 or 13366010. OLE color: 13366010.
HSL color Cylindrical-coordinate representation of color #FAF2CB: hue angle of 49.79º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF2CB is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 203 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.02 |
| HSL | 49.79º | 0.82% | 0.89% | - |
| HSV(B) | 49.79º | 0.19% | 0.98% | - |
| XYZ | 81.96 | 88.14 | 69.19 | - |
| YUV | 239.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 203 | 0 | 0.03 | 0.19 | 0.02 | 49.79 | 0.82 | 0.89 |
| Hex | FA | F2 | CB | 0 | 3 | 13 | 2 | 32 | 52 | 59 |
| Octal | 372 | 362 | 313 | 0 | 3 | 23 | 2 | 62 | 122 | 131 |
| Binary | 11111010 | 11110010 | 11001011 | 0 | 11 | 10011 | 10 | 110010 | 1010010 | 1011001 |
Color Harmonies of #FAF2CB
Complementary color
Monochromatic Colors of #FAF2CB
Black with #FAF2CB
Text Example
Text Example
White with #FAF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2CB; }
p { color: rgb(250,242,203); }
H1.HeaderClassName
{
color: #FAF2CB;
}
.AnyTagClassName
{
color: #FAF2CB;
}
</style>
background-color css
<style>
a { background-color: #FAF2CB; }
a { background-color: rgb(250,242,203); }
div.DivClassName
{
background-color: #FAF2CB;
}
.BgClassName
{
background-color: #FAF2CB;
}
</style>
border-color css
<style>
span { border-color: #FAF2CB; }
span { border-color: rgb(250,242,203); }
td.TdClassName
{
border-color: #FAF2CB;
}
.TagClassName
{
border-color: #FAF2CB;
}
</style>