Shades of Chiffon #F0FAB7
Tints of Chiffon #F0FAB7
RGB
CMYK
RGB Variations
Color information
#F0FAB7 (or 0xF0FAB7) is known color: Chiffon. HEX triplet: F0, FA and B7. RGB value is (240,250,183). Sum of RGB (Red+Green+Blue) = 240+250+183=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 183 (71.88% from 255 or 27.19% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAB7 is #0F0548. Grayscale: #EFEFEF. Windows color (decimal): -984393 or 12057328. OLE color: 12057328.
HSL color Cylindrical-coordinate representation of color #F0FAB7: hue angle of 68.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0FAB7 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 183 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.02 |
| HSL | 68.96º | 0.87% | 0.85% | - |
| HSV(B) | 68.96º | 0.27% | 0.98% | - |
| XYZ | 78.67 | 90.32 | 58.09 | - |
| YUV | 239.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 183 | 0.04 | 0 | 0.27 | 0.02 | 68.96 | 0.87 | 0.85 |
| Hex | F0 | FA | B7 | 4 | 0 | 1B | 2 | 45 | 57 | 55 |
| Octal | 360 | 372 | 267 | 4 | 0 | 33 | 2 | 105 | 127 | 125 |
| Binary | 11110000 | 11111010 | 10110111 | 100 | 0 | 11011 | 10 | 1000101 | 1010111 | 1010101 |
Color Harmonies of #F0FAB7
Complementary color
Monochromatic Colors of #F0FAB7
Black with #F0FAB7
Text Example
Text Example
White with #F0FAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAB7; }
p { color: rgb(240,250,183); }
H1.HeaderClassName
{
color: #F0FAB7;
}
.AnyTagClassName
{
color: #F0FAB7;
}
</style>
background-color css
<style>
a { background-color: #F0FAB7; }
a { background-color: rgb(240,250,183); }
div.DivClassName
{
background-color: #F0FAB7;
}
.BgClassName
{
background-color: #F0FAB7;
}
</style>
border-color css
<style>
span { border-color: #F0FAB7; }
span { border-color: rgb(240,250,183); }
td.TdClassName
{
border-color: #F0FAB7;
}
.TagClassName
{
border-color: #F0FAB7;
}
</style>