Shades of Chiffon #F0F5B9
Tints of Chiffon #F0F5B9
RGB
CMYK
RGB Variations
Color information
#F0F5B9 (or 0xF0F5B9) is known color: Chiffon. HEX triplet: F0, F5 and B9. RGB value is (240,245,185). Sum of RGB (Red+Green+Blue) = 240+245+185=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5B9 is #0F0A46. Grayscale: #ECECEC. Windows color (decimal): -985671 or 12187120. OLE color: 12187120.
HSL color Cylindrical-coordinate representation of color #F0F5B9: hue angle of 65º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0F5B9 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 185 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.04 |
| HSL | 65º | 0.75% | 0.84% | - |
| HSV(B) | 65º | 0.24% | 0.96% | - |
| XYZ | 77.34 | 87.33 | 58.68 | - |
| YUV | 236.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 185 | 0.02 | 0 | 0.24 | 0.04 | 65 | 0.75 | 0.84 |
| Hex | F0 | F5 | B9 | 2 | 0 | 18 | 4 | 41 | 4B | 54 |
| Octal | 360 | 365 | 271 | 2 | 0 | 30 | 4 | 101 | 113 | 124 |
| Binary | 11110000 | 11110101 | 10111001 | 10 | 0 | 11000 | 100 | 1000001 | 1001011 | 1010100 |
Color Harmonies of #F0F5B9
Complementary color
Monochromatic Colors of #F0F5B9
Black with #F0F5B9
Text Example
Text Example
White with #F0F5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5B9; }
p { color: rgb(240,245,185); }
H1.HeaderClassName
{
color: #F0F5B9;
}
.AnyTagClassName
{
color: #F0F5B9;
}
</style>
background-color css
<style>
a { background-color: #F0F5B9; }
a { background-color: rgb(240,245,185); }
div.DivClassName
{
background-color: #F0F5B9;
}
.BgClassName
{
background-color: #F0F5B9;
}
</style>
border-color css
<style>
span { border-color: #F0F5B9; }
span { border-color: rgb(240,245,185); }
td.TdClassName
{
border-color: #F0F5B9;
}
.TagClassName
{
border-color: #F0F5B9;
}
</style>