Shades of Chiffon #F0F5BC
Tints of Chiffon #F0F5BC
RGB
CMYK
RGB Variations
Color information
#F0F5BC (or 0xF0F5BC) is known color: Chiffon. HEX triplet: F0, F5 and BC. RGB value is (240,245,188). Sum of RGB (Red+Green+Blue) = 240+245+188=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5BC is #0F0A43. Grayscale: #EDEDED. Windows color (decimal): -985668 or 12383728. OLE color: 12383728.
HSL color Cylindrical-coordinate representation of color #F0F5BC: hue angle of 65.26º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F5BC is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 188 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.04 |
| HSL | 65.26º | 0.74% | 0.85% | - |
| HSV(B) | 65.26º | 0.23% | 0.96% | - |
| XYZ | 77.66 | 87.46 | 60.37 | - |
| YUV | 237.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 188 | 0.02 | 0 | 0.23 | 0.04 | 65.26 | 0.74 | 0.85 |
| Hex | F0 | F5 | BC | 2 | 0 | 17 | 4 | 41 | 4A | 55 |
| Octal | 360 | 365 | 274 | 2 | 0 | 27 | 4 | 101 | 112 | 125 |
| Binary | 11110000 | 11110101 | 10111100 | 10 | 0 | 10111 | 100 | 1000001 | 1001010 | 1010101 |
Color Harmonies of #F0F5BC
Complementary color
Monochromatic Colors of #F0F5BC
Black with #F0F5BC
Text Example
Text Example
White with #F0F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5BC; }
p { color: rgb(240,245,188); }
H1.HeaderClassName
{
color: #F0F5BC;
}
.AnyTagClassName
{
color: #F0F5BC;
}
</style>
background-color css
<style>
a { background-color: #F0F5BC; }
a { background-color: rgb(240,245,188); }
div.DivClassName
{
background-color: #F0F5BC;
}
.BgClassName
{
background-color: #F0F5BC;
}
</style>
border-color css
<style>
span { border-color: #F0F5BC; }
span { border-color: rgb(240,245,188); }
td.TdClassName
{
border-color: #F0F5BC;
}
.TagClassName
{
border-color: #F0F5BC;
}
</style>