Shades of Chiffon #F0FAB5
Tints of Chiffon #F0FAB5
RGB
CMYK
RGB Variations
Color information
#F0FAB5 (or 0xF0FAB5) is known color: Chiffon. HEX triplet: F0, FA and B5. RGB value is (240,250,181). Sum of RGB (Red+Green+Blue) = 240+250+181=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 181 (71.09% from 255 or 26.97% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAB5 is #0F054A. Grayscale: #EFEFEF. Windows color (decimal): -984395 or 11926256. OLE color: 11926256.
HSL color Cylindrical-coordinate representation of color #F0FAB5: hue angle of 68.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0FAB5 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 181 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.02 |
| HSL | 68.7º | 0.87% | 0.85% | - |
| HSV(B) | 68.7º | 0.28% | 0.98% | - |
| XYZ | 78.46 | 90.23 | 57 | - |
| YUV | 239.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 181 | 0.04 | 0 | 0.28 | 0.02 | 68.7 | 0.87 | 0.85 |
| Hex | F0 | FA | B5 | 4 | 0 | 1C | 2 | 45 | 57 | 55 |
| Octal | 360 | 372 | 265 | 4 | 0 | 34 | 2 | 105 | 127 | 125 |
| Binary | 11110000 | 11111010 | 10110101 | 100 | 0 | 11100 | 10 | 1000101 | 1010111 | 1010101 |
Color Harmonies of #F0FAB5
Complementary color
Monochromatic Colors of #F0FAB5
Black with #F0FAB5
Text Example
Text Example
White with #F0FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAB5; }
p { color: rgb(240,250,181); }
H1.HeaderClassName
{
color: #F0FAB5;
}
.AnyTagClassName
{
color: #F0FAB5;
}
</style>
background-color css
<style>
a { background-color: #F0FAB5; }
a { background-color: rgb(240,250,181); }
div.DivClassName
{
background-color: #F0FAB5;
}
.BgClassName
{
background-color: #F0FAB5;
}
</style>
border-color css
<style>
span { border-color: #F0FAB5; }
span { border-color: rgb(240,250,181); }
td.TdClassName
{
border-color: #F0FAB5;
}
.TagClassName
{
border-color: #F0FAB5;
}
</style>