Shades of Chiffon #F0F8BA
Tints of Chiffon #F0F8BA
RGB
CMYK
RGB Variations
Color information
#F0F8BA (or 0xF0F8BA) is known color: Chiffon. HEX triplet: F0, F8 and BA. RGB value is (240,248,186). Sum of RGB (Red+Green+Blue) = 240+248+186=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F8BA is #0F0745. Grayscale: #EEEEEE. Windows color (decimal): -984902 or 12253424. OLE color: 12253424.
HSL color Cylindrical-coordinate representation of color #F0F8BA: hue angle of 67.74º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0F8BA is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 186 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.03 |
| HSL | 67.74º | 0.82% | 0.85% | - |
| HSV(B) | 67.74º | 0.25% | 0.97% | - |
| XYZ | 78.37 | 89.21 | 59.54 | - |
| YUV | 238.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 186 | 0.03 | 0 | 0.25 | 0.03 | 67.74 | 0.82 | 0.85 |
| Hex | F0 | F8 | BA | 3 | 0 | 19 | 3 | 44 | 52 | 55 |
| Octal | 360 | 370 | 272 | 3 | 0 | 31 | 3 | 104 | 122 | 125 |
| Binary | 11110000 | 11111000 | 10111010 | 11 | 0 | 11001 | 11 | 1000100 | 1010010 | 1010101 |
Color Harmonies of #F0F8BA
Complementary color
Monochromatic Colors of #F0F8BA
Black with #F0F8BA
Text Example
Text Example
White with #F0F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F8BA; }
p { color: rgb(240,248,186); }
H1.HeaderClassName
{
color: #F0F8BA;
}
.AnyTagClassName
{
color: #F0F8BA;
}
</style>
background-color css
<style>
a { background-color: #F0F8BA; }
a { background-color: rgb(240,248,186); }
div.DivClassName
{
background-color: #F0F8BA;
}
.BgClassName
{
background-color: #F0F8BA;
}
</style>
border-color css
<style>
span { border-color: #F0F8BA; }
span { border-color: rgb(240,248,186); }
td.TdClassName
{
border-color: #F0F8BA;
}
.TagClassName
{
border-color: #F0F8BA;
}
</style>