Shades of China Ivory #FFF3CF
Tints of China Ivory #FFF3CF
RGB
CMYK
RGB Variations
Color information
#FFF3CF (or 0xFFF3CF) is known color: China Ivory. HEX triplet: FF, F3 and CF. RGB value is (255,243,207). Sum of RGB (Red+Green+Blue) = 255+243+207=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3CF is #000C30. Grayscale: #F2F2F2. Windows color (decimal): -3121 or 13628415. OLE color: 13628415.
HSL color Cylindrical-coordinate representation of color #FFF3CF: hue angle of 45º 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 #FFF3CF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 207 | - |
| CMYK | 0 | 0.05 | 0.19 | 0 |
| HSL | 45º | 1% | 0.91% | - |
| HSV(B) | 45º | 0.19% | 1% | - |
| XYZ | 84.55 | 89.87 | 71.92 | - |
| YUV | 242.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 207 | 0 | 0.05 | 0.19 | 0 | 45 | 1 | 0.91 |
| Hex | FF | F3 | CF | 0 | 5 | 13 | 0 | 2D | 64 | 5B |
| Octal | 377 | 363 | 317 | 0 | 5 | 23 | 0 | 55 | 144 | 133 |
| Binary | 11111111 | 11110011 | 11001111 | 0 | 101 | 10011 | 0 | 101101 | 1100100 | 1011011 |
Color Harmonies of #FFF3CF
Complementary color
Monochromatic Colors of #FFF3CF
Black with #FFF3CF
Text Example
Text Example
White with #FFF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3CF; }
p { color: rgb(255,243,207); }
H1.HeaderClassName
{
color: #FFF3CF;
}
.AnyTagClassName
{
color: #FFF3CF;
}
</style>
background-color css
<style>
a { background-color: #FFF3CF; }
a { background-color: rgb(255,243,207); }
div.DivClassName
{
background-color: #FFF3CF;
}
.BgClassName
{
background-color: #FFF3CF;
}
</style>
border-color css
<style>
span { border-color: #FFF3CF; }
span { border-color: rgb(255,243,207); }
td.TdClassName
{
border-color: #FFF3CF;
}
.TagClassName
{
border-color: #FFF3CF;
}
</style>