Shades of Chiffon #F0F2BC
Tints of Chiffon #F0F2BC
RGB
CMYK
RGB Variations
Color information
#F0F2BC (or 0xF0F2BC) is known color: Chiffon. HEX triplet: F0, F2 and BC. RGB value is (240,242,188). Sum of RGB (Red+Green+Blue) = 240+242+188=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2BC is #0F0D43. Grayscale: #EBEBEB. Windows color (decimal): -986436 or 12382960. OLE color: 12382960.
HSL color Cylindrical-coordinate representation of color #F0F2BC: hue angle of 62.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0F2BC is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 188 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.05 |
| HSL | 62.22º | 0.68% | 0.84% | - |
| HSV(B) | 62.22º | 0.22% | 0.95% | - |
| XYZ | 76.76 | 85.66 | 60.07 | - |
| YUV | 235.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 188 | 0.01 | 0 | 0.22 | 0.05 | 62.22 | 0.68 | 0.84 |
| Hex | F0 | F2 | BC | 1 | 0 | 16 | 5 | 3E | 44 | 54 |
| Octal | 360 | 362 | 274 | 1 | 0 | 26 | 5 | 76 | 104 | 124 |
| Binary | 11110000 | 11110010 | 10111100 | 1 | 0 | 10110 | 101 | 111110 | 1000100 | 1010100 |
Color Harmonies of #F0F2BC
Complementary color
Monochromatic Colors of #F0F2BC
Black with #F0F2BC
Text Example
Text Example
White with #F0F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2BC; }
p { color: rgb(240,242,188); }
H1.HeaderClassName
{
color: #F0F2BC;
}
.AnyTagClassName
{
color: #F0F2BC;
}
</style>
background-color css
<style>
a { background-color: #F0F2BC; }
a { background-color: rgb(240,242,188); }
div.DivClassName
{
background-color: #F0F2BC;
}
.BgClassName
{
background-color: #F0F2BC;
}
</style>
border-color css
<style>
span { border-color: #F0F2BC; }
span { border-color: rgb(240,242,188); }
td.TdClassName
{
border-color: #F0F2BC;
}
.TagClassName
{
border-color: #F0F2BC;
}
</style>