Shades of Chiffon #F0F2BD
Tints of Chiffon #F0F2BD
RGB
CMYK
RGB Variations
Color information
#F0F2BD (or 0xF0F2BD) is known color: Chiffon. HEX triplet: F0, F2 and BD. RGB value is (240,242,189). Sum of RGB (Red+Green+Blue) = 240+242+189=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2BD is #0F0D42. Grayscale: #EBEBEB. Windows color (decimal): -986435 or 12448496. OLE color: 12448496.
HSL color Cylindrical-coordinate representation of color #F0F2BD: hue angle of 62.26º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0F2BD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 189 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.05 |
| HSL | 62.26º | 0.67% | 0.85% | - |
| HSV(B) | 62.26º | 0.22% | 0.95% | - |
| XYZ | 76.87 | 85.7 | 60.63 | - |
| YUV | 235.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 189 | 0.01 | 0 | 0.22 | 0.05 | 62.26 | 0.67 | 0.85 |
| Hex | F0 | F2 | BD | 1 | 0 | 16 | 5 | 3E | 43 | 55 |
| Octal | 360 | 362 | 275 | 1 | 0 | 26 | 5 | 76 | 103 | 125 |
| Binary | 11110000 | 11110010 | 10111101 | 1 | 0 | 10110 | 101 | 111110 | 1000011 | 1010101 |
Color Harmonies of #F0F2BD
Complementary color
Monochromatic Colors of #F0F2BD
Black with #F0F2BD
Text Example
Text Example
White with #F0F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2BD; }
p { color: rgb(240,242,189); }
H1.HeaderClassName
{
color: #F0F2BD;
}
.AnyTagClassName
{
color: #F0F2BD;
}
</style>
background-color css
<style>
a { background-color: #F0F2BD; }
a { background-color: rgb(240,242,189); }
div.DivClassName
{
background-color: #F0F2BD;
}
.BgClassName
{
background-color: #F0F2BD;
}
</style>
border-color css
<style>
span { border-color: #F0F2BD; }
span { border-color: rgb(240,242,189); }
td.TdClassName
{
border-color: #F0F2BD;
}
.TagClassName
{
border-color: #F0F2BD;
}
</style>