Shades of Chiffon #F0FABA
Tints of Chiffon #F0FABA
RGB
CMYK
RGB Variations
Color information
#F0FABA (or 0xF0FABA) is known color: Chiffon. HEX triplet: F0, FA and BA. RGB value is (240,250,186). Sum of RGB (Red+Green+Blue) = 240+250+186=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FABA is #0F0545. Grayscale: #EFEFEF. Windows color (decimal): -984390 or 12253936. OLE color: 12253936.
HSL color Cylindrical-coordinate representation of color #F0FABA: hue angle of 69.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0FABA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 186 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.02 |
| HSL | 69.38º | 0.86% | 0.85% | - |
| HSV(B) | 69.38º | 0.26% | 0.98% | - |
| XYZ | 78.98 | 90.44 | 59.75 | - |
| YUV | 239.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 186 | 0.04 | 0 | 0.26 | 0.02 | 69.38 | 0.86 | 0.85 |
| Hex | F0 | FA | BA | 4 | 0 | 1A | 2 | 45 | 56 | 55 |
| Octal | 360 | 372 | 272 | 4 | 0 | 32 | 2 | 105 | 126 | 125 |
| Binary | 11110000 | 11111010 | 10111010 | 100 | 0 | 11010 | 10 | 1000101 | 1010110 | 1010101 |
Color Harmonies of #F0FABA
Complementary color
Monochromatic Colors of #F0FABA
Black with #F0FABA
Text Example
Text Example
White with #F0FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FABA; }
p { color: rgb(240,250,186); }
H1.HeaderClassName
{
color: #F0FABA;
}
.AnyTagClassName
{
color: #F0FABA;
}
</style>
background-color css
<style>
a { background-color: #F0FABA; }
a { background-color: rgb(240,250,186); }
div.DivClassName
{
background-color: #F0FABA;
}
.BgClassName
{
background-color: #F0FABA;
}
</style>
border-color css
<style>
span { border-color: #F0FABA; }
span { border-color: rgb(240,250,186); }
td.TdClassName
{
border-color: #F0FABA;
}
.TagClassName
{
border-color: #F0FABA;
}
</style>