Shades of Chiffon #F0FABB
Tints of Chiffon #F0FABB
RGB
CMYK
RGB Variations
Color information
#F0FABB (or 0xF0FABB) is known color: Chiffon. HEX triplet: F0, FA and BB. RGB value is (240,250,187). Sum of RGB (Red+Green+Blue) = 240+250+187=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FABB is #0F0544. Grayscale: #F0F0F0. Windows color (decimal): -984389 or 12319472. OLE color: 12319472.
HSL color Cylindrical-coordinate representation of color #F0FABB: hue angle of 69.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FABB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 187 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.02 |
| HSL | 69.52º | 0.86% | 0.86% | - |
| HSV(B) | 69.52º | 0.25% | 0.98% | - |
| XYZ | 79.09 | 90.48 | 60.31 | - |
| YUV | 239.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 187 | 0.04 | 0 | 0.25 | 0.02 | 69.52 | 0.86 | 0.86 |
| Hex | F0 | FA | BB | 4 | 0 | 19 | 2 | 46 | 56 | 56 |
| Octal | 360 | 372 | 273 | 4 | 0 | 31 | 2 | 106 | 126 | 126 |
| Binary | 11110000 | 11111010 | 10111011 | 100 | 0 | 11001 | 10 | 1000110 | 1010110 | 1010110 |
Color Harmonies of #F0FABB
Complementary color
Monochromatic Colors of #F0FABB
Black with #F0FABB
Text Example
Text Example
White with #F0FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FABB; }
p { color: rgb(240,250,187); }
H1.HeaderClassName
{
color: #F0FABB;
}
.AnyTagClassName
{
color: #F0FABB;
}
</style>
background-color css
<style>
a { background-color: #F0FABB; }
a { background-color: rgb(240,250,187); }
div.DivClassName
{
background-color: #F0FABB;
}
.BgClassName
{
background-color: #F0FABB;
}
</style>
border-color css
<style>
span { border-color: #F0FABB; }
span { border-color: rgb(240,250,187); }
td.TdClassName
{
border-color: #F0FABB;
}
.TagClassName
{
border-color: #F0FABB;
}
</style>