Shades of Chiffon #F0F7B5
Tints of Chiffon #F0F7B5
RGB
CMYK
RGB Variations
Color information
#F0F7B5 (or 0xF0F7B5) is known color: Chiffon. HEX triplet: F0, F7 and B5. RGB value is (240,247,181). Sum of RGB (Red+Green+Blue) = 240+247+181=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7B5 is #0F084A. Grayscale: #EDEDED. Windows color (decimal): -985163 or 11925488. OLE color: 11925488.
HSL color Cylindrical-coordinate representation of color #F0F7B5: hue angle of 66.36º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F7B5 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 181 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.03 |
| HSL | 66.36º | 0.8% | 0.84% | - |
| HSV(B) | 66.36º | 0.27% | 0.97% | - |
| XYZ | 77.54 | 88.38 | 56.69 | - |
| YUV | 237.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 181 | 0.03 | 0 | 0.27 | 0.03 | 66.36 | 0.8 | 0.84 |
| Hex | F0 | F7 | B5 | 3 | 0 | 1B | 3 | 42 | 50 | 54 |
| Octal | 360 | 367 | 265 | 3 | 0 | 33 | 3 | 102 | 120 | 124 |
| Binary | 11110000 | 11110111 | 10110101 | 11 | 0 | 11011 | 11 | 1000010 | 1010000 | 1010100 |
Color Harmonies of #F0F7B5
Complementary color
Monochromatic Colors of #F0F7B5
Black with #F0F7B5
Text Example
Text Example
White with #F0F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7B5; }
p { color: rgb(240,247,181); }
H1.HeaderClassName
{
color: #F0F7B5;
}
.AnyTagClassName
{
color: #F0F7B5;
}
</style>
background-color css
<style>
a { background-color: #F0F7B5; }
a { background-color: rgb(240,247,181); }
div.DivClassName
{
background-color: #F0F7B5;
}
.BgClassName
{
background-color: #F0F7B5;
}
</style>
border-color css
<style>
span { border-color: #F0F7B5; }
span { border-color: rgb(240,247,181); }
td.TdClassName
{
border-color: #F0F7B5;
}
.TagClassName
{
border-color: #F0F7B5;
}
</style>