Shades of China Ivory #FAF1CB
Tints of China Ivory #FAF1CB
RGB
CMYK
RGB Variations
Color information
#FAF1CB (or 0xFAF1CB) is known color: China Ivory. HEX triplet: FA, F1 and CB. RGB value is (250,241,203). Sum of RGB (Red+Green+Blue) = 250+241+203=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CB is #050E34. Grayscale: #EFEFEF. Windows color (decimal): -331317 or 13365754. OLE color: 13365754.
HSL color Cylindrical-coordinate representation of color #FAF1CB: hue angle of 48.51º 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 #FAF1CB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 203 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.02 |
| HSL | 48.51º | 0.82% | 0.89% | - |
| HSV(B) | 48.51º | 0.19% | 0.98% | - |
| XYZ | 81.66 | 87.55 | 69.09 | - |
| YUV | 239.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 203 | 0 | 0.04 | 0.19 | 0.02 | 48.51 | 0.82 | 0.89 |
| Hex | FA | F1 | CB | 0 | 4 | 13 | 2 | 31 | 52 | 59 |
| Octal | 372 | 361 | 313 | 0 | 4 | 23 | 2 | 61 | 122 | 131 |
| Binary | 11111010 | 11110001 | 11001011 | 0 | 100 | 10011 | 10 | 110001 | 1010010 | 1011001 |
Color Harmonies of #FAF1CB
Complementary color
Monochromatic Colors of #FAF1CB
Black with #FAF1CB
Text Example
Text Example
White with #FAF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1CB; }
p { color: rgb(250,241,203); }
H1.HeaderClassName
{
color: #FAF1CB;
}
.AnyTagClassName
{
color: #FAF1CB;
}
</style>
background-color css
<style>
a { background-color: #FAF1CB; }
a { background-color: rgb(250,241,203); }
div.DivClassName
{
background-color: #FAF1CB;
}
.BgClassName
{
background-color: #FAF1CB;
}
</style>
border-color css
<style>
span { border-color: #FAF1CB; }
span { border-color: rgb(250,241,203); }
td.TdClassName
{
border-color: #FAF1CB;
}
.TagClassName
{
border-color: #FAF1CB;
}
</style>