Shades of Chiffon #F0FCB5
Tints of Chiffon #F0FCB5
RGB
CMYK
RGB Variations
Color information
#F0FCB5 (or 0xF0FCB5) is known color: Chiffon. HEX triplet: F0, FC and B5. RGB value is (240,252,181). Sum of RGB (Red+Green+Blue) = 240+252+181=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCB5 is #0F034A. Grayscale: #F0F0F0. Windows color (decimal): -983883 or 11926768. OLE color: 11926768.
HSL color Cylindrical-coordinate representation of color #F0FCB5: hue angle of 70.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0FCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 181 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.01 |
| HSL | 70.14º | 0.92% | 0.85% | - |
| HSV(B) | 70.14º | 0.28% | 0.99% | - |
| XYZ | 79.09 | 91.48 | 57.21 | - |
| YUV | 240.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 181 | 0.05 | 0 | 0.28 | 0.01 | 70.14 | 0.92 | 0.85 |
| Hex | F0 | FC | B5 | 5 | 0 | 1C | 1 | 46 | 5C | 55 |
| Octal | 360 | 374 | 265 | 5 | 0 | 34 | 1 | 106 | 134 | 125 |
| Binary | 11110000 | 11111100 | 10110101 | 101 | 0 | 11100 | 1 | 1000110 | 1011100 | 1010101 |
Color Harmonies of #F0FCB5
Complementary color
Monochromatic Colors of #F0FCB5
Black with #F0FCB5
Text Example
Text Example
White with #F0FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCB5; }
p { color: rgb(240,252,181); }
H1.HeaderClassName
{
color: #F0FCB5;
}
.AnyTagClassName
{
color: #F0FCB5;
}
</style>
background-color css
<style>
a { background-color: #F0FCB5; }
a { background-color: rgb(240,252,181); }
div.DivClassName
{
background-color: #F0FCB5;
}
.BgClassName
{
background-color: #F0FCB5;
}
</style>
border-color css
<style>
span { border-color: #F0FCB5; }
span { border-color: rgb(240,252,181); }
td.TdClassName
{
border-color: #F0FCB5;
}
.TagClassName
{
border-color: #F0FCB5;
}
</style>