Shades of Chiffon #F0FAB4
Tints of Chiffon #F0FAB4
RGB
CMYK
RGB Variations
Color information
#F0FAB4 (or 0xF0FAB4) is known color: Chiffon. HEX triplet: F0, FA and B4. RGB value is (240,250,180). Sum of RGB (Red+Green+Blue) = 240+250+180=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 180 (70.70% from 255 or 26.87% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAB4 is #0F054B. Grayscale: #EFEFEF. Windows color (decimal): -984396 or 11860720. OLE color: 11860720.
HSL color Cylindrical-coordinate representation of color #F0FAB4: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0FAB4 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 180 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.02 |
| HSL | 68.57º | 0.88% | 0.84% | - |
| HSV(B) | 68.57º | 0.28% | 0.98% | - |
| XYZ | 78.36 | 90.19 | 56.46 | - |
| YUV | 239.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 180 | 0.04 | 0 | 0.28 | 0.02 | 68.57 | 0.88 | 0.84 |
| Hex | F0 | FA | B4 | 4 | 0 | 1C | 2 | 45 | 58 | 54 |
| Octal | 360 | 372 | 264 | 4 | 0 | 34 | 2 | 105 | 130 | 124 |
| Binary | 11110000 | 11111010 | 10110100 | 100 | 0 | 11100 | 10 | 1000101 | 1011000 | 1010100 |
Color Harmonies of #F0FAB4
Complementary color
Monochromatic Colors of #F0FAB4
Black with #F0FAB4
Text Example
Text Example
White with #F0FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAB4; }
p { color: rgb(240,250,180); }
H1.HeaderClassName
{
color: #F0FAB4;
}
.AnyTagClassName
{
color: #F0FAB4;
}
</style>
background-color css
<style>
a { background-color: #F0FAB4; }
a { background-color: rgb(240,250,180); }
div.DivClassName
{
background-color: #F0FAB4;
}
.BgClassName
{
background-color: #F0FAB4;
}
</style>
border-color css
<style>
span { border-color: #F0FAB4; }
span { border-color: rgb(240,250,180); }
td.TdClassName
{
border-color: #F0FAB4;
}
.TagClassName
{
border-color: #F0FAB4;
}
</style>