Shades of Chiffon #F0FCB9
Tints of Chiffon #F0FCB9
RGB
CMYK
RGB Variations
Color information
#F0FCB9 (or 0xF0FCB9) is known color: Chiffon. HEX triplet: F0, FC and B9. RGB value is (240,252,185). Sum of RGB (Red+Green+Blue) = 240+252+185=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 185 (72.66% from 255 or 27.33% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCB9 is #0F0346. Grayscale: #F1F1F1. Windows color (decimal): -983879 or 12188912. OLE color: 12188912.
HSL color Cylindrical-coordinate representation of color #F0FCB9: hue angle of 70.75º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0FCB9 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 185 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.01 |
| HSL | 70.75º | 0.92% | 0.86% | - |
| HSV(B) | 70.75º | 0.27% | 0.99% | - |
| XYZ | 79.5 | 91.65 | 59.4 | - |
| YUV | 240.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 185 | 0.05 | 0 | 0.27 | 0.01 | 70.75 | 0.92 | 0.86 |
| Hex | F0 | FC | B9 | 5 | 0 | 1B | 1 | 47 | 5C | 56 |
| Octal | 360 | 374 | 271 | 5 | 0 | 33 | 1 | 107 | 134 | 126 |
| Binary | 11110000 | 11111100 | 10111001 | 101 | 0 | 11011 | 1 | 1000111 | 1011100 | 1010110 |
Color Harmonies of #F0FCB9
Complementary color
Monochromatic Colors of #F0FCB9
Black with #F0FCB9
Text Example
Text Example
White with #F0FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCB9; }
p { color: rgb(240,252,185); }
H1.HeaderClassName
{
color: #F0FCB9;
}
.AnyTagClassName
{
color: #F0FCB9;
}
</style>
background-color css
<style>
a { background-color: #F0FCB9; }
a { background-color: rgb(240,252,185); }
div.DivClassName
{
background-color: #F0FCB9;
}
.BgClassName
{
background-color: #F0FCB9;
}
</style>
border-color css
<style>
span { border-color: #F0FCB9; }
span { border-color: rgb(240,252,185); }
td.TdClassName
{
border-color: #F0FCB9;
}
.TagClassName
{
border-color: #F0FCB9;
}
</style>