Shades of Chiffon #F0FEB8
Tints of Chiffon #F0FEB8
RGB
CMYK
RGB Variations
Color information
#F0FEB8 (or 0xF0FEB8) is known color: Chiffon. HEX triplet: F0, FE and B8. RGB value is (240,254,184). Sum of RGB (Red+Green+Blue) = 240+254+184=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 184 (72.27% from 255 or 27.14% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEB8 is #0F0147. Grayscale: #F2F2F2. Windows color (decimal): -983368 or 12123888. OLE color: 12123888.
HSL color Cylindrical-coordinate representation of color #F0FEB8: hue angle of 72º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0FEB8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 184 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.00 |
| HSL | 72º | 0.97% | 0.86% | - |
| HSV(B) | 72º | 0.28% | 1% | - |
| XYZ | 80.03 | 92.87 | 59.06 | - |
| YUV | 241.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 184 | 0.06 | 0 | 0.28 | 0.00 | 72 | 0.97 | 0.86 |
| Hex | F0 | FE | B8 | 6 | 0 | 1C | 0 | 48 | 61 | 56 |
| Octal | 360 | 376 | 270 | 6 | 0 | 34 | 0 | 110 | 141 | 126 |
| Binary | 11110000 | 11111110 | 10111000 | 110 | 0 | 11100 | 0 | 1001000 | 1100001 | 1010110 |
Color Harmonies of #F0FEB8
Complementary color
Monochromatic Colors of #F0FEB8
Black with #F0FEB8
Text Example
Text Example
White with #F0FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEB8; }
p { color: rgb(240,254,184); }
H1.HeaderClassName
{
color: #F0FEB8;
}
.AnyTagClassName
{
color: #F0FEB8;
}
</style>
background-color css
<style>
a { background-color: #F0FEB8; }
a { background-color: rgb(240,254,184); }
div.DivClassName
{
background-color: #F0FEB8;
}
.BgClassName
{
background-color: #F0FEB8;
}
</style>
border-color css
<style>
span { border-color: #F0FEB8; }
span { border-color: rgb(240,254,184); }
td.TdClassName
{
border-color: #F0FEB8;
}
.TagClassName
{
border-color: #F0FEB8;
}
</style>