Shades of Chiffon #F0F4B2
Tints of Chiffon #F0F4B2
RGB
CMYK
RGB Variations
Color information
#F0F4B2 (or 0xF0F4B2) is known color: Chiffon. HEX triplet: F0, F4 and B2. RGB value is (240,244,178). Sum of RGB (Red+Green+Blue) = 240+244+178=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F4B2 is #0F0B4D. Grayscale: #EBEBEB. Windows color (decimal): -985934 or 11728112. OLE color: 11728112.
HSL color Cylindrical-coordinate representation of color #F0F4B2: hue angle of 63.64º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F4B2 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 178 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.04 |
| HSL | 63.64º | 0.75% | 0.83% | - |
| HSV(B) | 63.64º | 0.27% | 0.96% | - |
| XYZ | 76.32 | 86.44 | 54.78 | - |
| YUV | 235.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 178 | 0.02 | 0 | 0.27 | 0.04 | 63.64 | 0.75 | 0.83 |
| Hex | F0 | F4 | B2 | 2 | 0 | 1B | 4 | 40 | 4B | 53 |
| Octal | 360 | 364 | 262 | 2 | 0 | 33 | 4 | 100 | 113 | 123 |
| Binary | 11110000 | 11110100 | 10110010 | 10 | 0 | 11011 | 100 | 1000000 | 1001011 | 1010011 |
Color Harmonies of #F0F4B2
Complementary color
Monochromatic Colors of #F0F4B2
Black with #F0F4B2
Text Example
Text Example
White with #F0F4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4B2; }
p { color: rgb(240,244,178); }
H1.HeaderClassName
{
color: #F0F4B2;
}
.AnyTagClassName
{
color: #F0F4B2;
}
</style>
background-color css
<style>
a { background-color: #F0F4B2; }
a { background-color: rgb(240,244,178); }
div.DivClassName
{
background-color: #F0F4B2;
}
.BgClassName
{
background-color: #F0F4B2;
}
</style>
border-color css
<style>
span { border-color: #F0F4B2; }
span { border-color: rgb(240,244,178); }
td.TdClassName
{
border-color: #F0F4B2;
}
.TagClassName
{
border-color: #F0F4B2;
}
</style>