Shades of Chiffon #F0F2B5
Tints of Chiffon #F0F2B5
RGB
CMYK
RGB Variations
Color information
#F0F2B5 (or 0xF0F2B5) is known color: Chiffon. HEX triplet: F0, F2 and B5. RGB value is (240,242,181). Sum of RGB (Red+Green+Blue) = 240+242+181=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 181 (71.09% from 255 or 27.30% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2B5 is #0F0D4A. Grayscale: #EAEAEA. Windows color (decimal): -986443 or 11924208. OLE color: 11924208.
HSL color Cylindrical-coordinate representation of color #F0F2B5: hue angle of 61.97º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0F2B5 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 181 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.05 |
| HSL | 61.97º | 0.7% | 0.83% | - |
| HSV(B) | 61.97º | 0.25% | 0.95% | - |
| XYZ | 76.03 | 85.37 | 56.19 | - |
| YUV | 234.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 181 | 0.01 | 0 | 0.25 | 0.05 | 61.97 | 0.7 | 0.83 |
| Hex | F0 | F2 | B5 | 1 | 0 | 19 | 5 | 3E | 46 | 53 |
| Octal | 360 | 362 | 265 | 1 | 0 | 31 | 5 | 76 | 106 | 123 |
| Binary | 11110000 | 11110010 | 10110101 | 1 | 0 | 11001 | 101 | 111110 | 1000110 | 1010011 |
Color Harmonies of #F0F2B5
Complementary color
Monochromatic Colors of #F0F2B5
Black with #F0F2B5
Text Example
Text Example
White with #F0F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2B5; }
p { color: rgb(240,242,181); }
H1.HeaderClassName
{
color: #F0F2B5;
}
.AnyTagClassName
{
color: #F0F2B5;
}
</style>
background-color css
<style>
a { background-color: #F0F2B5; }
a { background-color: rgb(240,242,181); }
div.DivClassName
{
background-color: #F0F2B5;
}
.BgClassName
{
background-color: #F0F2B5;
}
</style>
border-color css
<style>
span { border-color: #F0F2B5; }
span { border-color: rgb(240,242,181); }
td.TdClassName
{
border-color: #F0F2B5;
}
.TagClassName
{
border-color: #F0F2B5;
}
</style>