Shades of Chiffon #F0F2BB
Tints of Chiffon #F0F2BB
RGB
CMYK
RGB Variations
Color information
#F0F2BB (or 0xF0F2BB) is known color: Chiffon. HEX triplet: F0, F2 and BB. RGB value is (240,242,187). Sum of RGB (Red+Green+Blue) = 240+242+187=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2BB is #0F0D44. Grayscale: #EBEBEB. Windows color (decimal): -986437 or 12317424. OLE color: 12317424.
HSL color Cylindrical-coordinate representation of color #F0F2BB: hue angle of 62.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F2BB is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 187 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.05 |
| HSL | 62.18º | 0.68% | 0.84% | - |
| HSV(B) | 62.18º | 0.23% | 0.95% | - |
| XYZ | 76.66 | 85.62 | 59.5 | - |
| YUV | 235.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 187 | 0.01 | 0 | 0.23 | 0.05 | 62.18 | 0.68 | 0.84 |
| Hex | F0 | F2 | BB | 1 | 0 | 17 | 5 | 3E | 44 | 54 |
| Octal | 360 | 362 | 273 | 1 | 0 | 27 | 5 | 76 | 104 | 124 |
| Binary | 11110000 | 11110010 | 10111011 | 1 | 0 | 10111 | 101 | 111110 | 1000100 | 1010100 |
Color Harmonies of #F0F2BB
Complementary color
Monochromatic Colors of #F0F2BB
Black with #F0F2BB
Text Example
Text Example
White with #F0F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2BB; }
p { color: rgb(240,242,187); }
H1.HeaderClassName
{
color: #F0F2BB;
}
.AnyTagClassName
{
color: #F0F2BB;
}
</style>
background-color css
<style>
a { background-color: #F0F2BB; }
a { background-color: rgb(240,242,187); }
div.DivClassName
{
background-color: #F0F2BB;
}
.BgClassName
{
background-color: #F0F2BB;
}
</style>
border-color css
<style>
span { border-color: #F0F2BB; }
span { border-color: rgb(240,242,187); }
td.TdClassName
{
border-color: #F0F2BB;
}
.TagClassName
{
border-color: #F0F2BB;
}
</style>