Shades of Chiffon #F0FAC0
Tints of Chiffon #F0FAC0
RGB
CMYK
RGB Variations
Color information
#F0FAC0 (or 0xF0FAC0) is known color: Chiffon. HEX triplet: F0, FA and C0. RGB value is (240,250,192). Sum of RGB (Red+Green+Blue) = 240+250+192=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC0 is #0F053F. Grayscale: #F0F0F0. Windows color (decimal): -984384 or 12647152. OLE color: 12647152.
HSL color Cylindrical-coordinate representation of color #F0FAC0: hue angle of 70.34º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0FAC0 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 192 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.02 |
| HSL | 70.34º | 0.85% | 0.87% | - |
| HSV(B) | 70.34º | 0.23% | 0.98% | - |
| XYZ | 79.64 | 90.7 | 63.18 | - |
| YUV | 240.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 192 | 0.04 | 0 | 0.23 | 0.02 | 70.34 | 0.85 | 0.87 |
| Hex | F0 | FA | C0 | 4 | 0 | 17 | 2 | 46 | 55 | 57 |
| Octal | 360 | 372 | 300 | 4 | 0 | 27 | 2 | 106 | 125 | 127 |
| Binary | 11110000 | 11111010 | 11000000 | 100 | 0 | 10111 | 10 | 1000110 | 1010101 | 1010111 |
Color Harmonies of #F0FAC0
Complementary color
Monochromatic Colors of #F0FAC0
Black with #F0FAC0
Text Example
Text Example
White with #F0FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAC0; }
p { color: rgb(240,250,192); }
H1.HeaderClassName
{
color: #F0FAC0;
}
.AnyTagClassName
{
color: #F0FAC0;
}
</style>
background-color css
<style>
a { background-color: #F0FAC0; }
a { background-color: rgb(240,250,192); }
div.DivClassName
{
background-color: #F0FAC0;
}
.BgClassName
{
background-color: #F0FAC0;
}
</style>
border-color css
<style>
span { border-color: #F0FAC0; }
span { border-color: rgb(240,250,192); }
td.TdClassName
{
border-color: #F0FAC0;
}
.TagClassName
{
border-color: #F0FAC0;
}
</style>