Shades of Chiffon #F0F2B6
Tints of Chiffon #F0F2B6
RGB
CMYK
RGB Variations
Color information
#F0F2B6 (or 0xF0F2B6) is known color: Chiffon. HEX triplet: F0, F2 and B6. RGB value is (240,242,182). Sum of RGB (Red+Green+Blue) = 240+242+182=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 182 (71.48% from 255 or 27.41% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2B6 is #0F0D49. Grayscale: #EAEAEA. Windows color (decimal): -986442 or 11989744. OLE color: 11989744.
HSL color Cylindrical-coordinate representation of color #F0F2B6: hue angle of 62º 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 #F0F2B6 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 182 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.05 |
| HSL | 62º | 0.7% | 0.83% | - |
| HSV(B) | 62º | 0.25% | 0.95% | - |
| XYZ | 76.13 | 85.41 | 56.73 | - |
| YUV | 234.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 182 | 0.01 | 0 | 0.25 | 0.05 | 62 | 0.7 | 0.83 |
| Hex | F0 | F2 | B6 | 1 | 0 | 19 | 5 | 3E | 46 | 53 |
| Octal | 360 | 362 | 266 | 1 | 0 | 31 | 5 | 76 | 106 | 123 |
| Binary | 11110000 | 11110010 | 10110110 | 1 | 0 | 11001 | 101 | 111110 | 1000110 | 1010011 |
Color Harmonies of #F0F2B6
Complementary color
Monochromatic Colors of #F0F2B6
Black with #F0F2B6
Text Example
Text Example
White with #F0F2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2B6; }
p { color: rgb(240,242,182); }
H1.HeaderClassName
{
color: #F0F2B6;
}
.AnyTagClassName
{
color: #F0F2B6;
}
</style>
background-color css
<style>
a { background-color: #F0F2B6; }
a { background-color: rgb(240,242,182); }
div.DivClassName
{
background-color: #F0F2B6;
}
.BgClassName
{
background-color: #F0F2B6;
}
</style>
border-color css
<style>
span { border-color: #F0F2B6; }
span { border-color: rgb(240,242,182); }
td.TdClassName
{
border-color: #F0F2B6;
}
.TagClassName
{
border-color: #F0F2B6;
}
</style>