Shades of Chiffon #F0FCB8
Tints of Chiffon #F0FCB8
RGB
CMYK
RGB Variations
Color information
#F0FCB8 (or 0xF0FCB8) is known color: Chiffon. HEX triplet: F0, FC and B8. RGB value is (240,252,184). Sum of RGB (Red+Green+Blue) = 240+252+184=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 184 (72.27% from 255 or 27.22% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCB8 is #0F0347. Grayscale: #F0F0F0. Windows color (decimal): -983880 or 12123376. OLE color: 12123376.
HSL color Cylindrical-coordinate representation of color #F0FCB8: hue angle of 70.59º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0FCB8 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 184 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.01 |
| HSL | 70.59º | 0.92% | 0.85% | - |
| HSV(B) | 70.59º | 0.27% | 0.99% | - |
| XYZ | 79.4 | 91.61 | 58.84 | - |
| YUV | 240.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 184 | 0.05 | 0 | 0.27 | 0.01 | 70.59 | 0.92 | 0.85 |
| Hex | F0 | FC | B8 | 5 | 0 | 1B | 1 | 47 | 5C | 55 |
| Octal | 360 | 374 | 270 | 5 | 0 | 33 | 1 | 107 | 134 | 125 |
| Binary | 11110000 | 11111100 | 10111000 | 101 | 0 | 11011 | 1 | 1000111 | 1011100 | 1010101 |
Color Harmonies of #F0FCB8
Complementary color
Monochromatic Colors of #F0FCB8
Black with #F0FCB8
Text Example
Text Example
White with #F0FCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCB8; }
p { color: rgb(240,252,184); }
H1.HeaderClassName
{
color: #F0FCB8;
}
.AnyTagClassName
{
color: #F0FCB8;
}
</style>
background-color css
<style>
a { background-color: #F0FCB8; }
a { background-color: rgb(240,252,184); }
div.DivClassName
{
background-color: #F0FCB8;
}
.BgClassName
{
background-color: #F0FCB8;
}
</style>
border-color css
<style>
span { border-color: #F0FCB8; }
span { border-color: rgb(240,252,184); }
td.TdClassName
{
border-color: #F0FCB8;
}
.TagClassName
{
border-color: #F0FCB8;
}
</style>