Shades of Chiffon #F0F7BD
Tints of Chiffon #F0F7BD
RGB
CMYK
RGB Variations
Color information
#F0F7BD (or 0xF0F7BD) is known color: Chiffon. HEX triplet: F0, F7 and BD. RGB value is (240,247,189). Sum of RGB (Red+Green+Blue) = 240+247+189=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7BD is #0F0842. Grayscale: #EEEEEE. Windows color (decimal): -985155 or 12449776. OLE color: 12449776.
HSL color Cylindrical-coordinate representation of color #F0F7BD: hue angle of 67.24º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F7BD is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 189 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.03 |
| HSL | 67.24º | 0.78% | 0.85% | - |
| HSV(B) | 67.24º | 0.23% | 0.97% | - |
| XYZ | 78.38 | 88.72 | 61.14 | - |
| YUV | 238.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 189 | 0.03 | 0 | 0.23 | 0.03 | 67.24 | 0.78 | 0.85 |
| Hex | F0 | F7 | BD | 3 | 0 | 17 | 3 | 43 | 4E | 55 |
| Octal | 360 | 367 | 275 | 3 | 0 | 27 | 3 | 103 | 116 | 125 |
| Binary | 11110000 | 11110111 | 10111101 | 11 | 0 | 10111 | 11 | 1000011 | 1001110 | 1010101 |
Color Harmonies of #F0F7BD
Complementary color
Monochromatic Colors of #F0F7BD
Black with #F0F7BD
Text Example
Text Example
White with #F0F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7BD; }
p { color: rgb(240,247,189); }
H1.HeaderClassName
{
color: #F0F7BD;
}
.AnyTagClassName
{
color: #F0F7BD;
}
</style>
background-color css
<style>
a { background-color: #F0F7BD; }
a { background-color: rgb(240,247,189); }
div.DivClassName
{
background-color: #F0F7BD;
}
.BgClassName
{
background-color: #F0F7BD;
}
</style>
border-color css
<style>
span { border-color: #F0F7BD; }
span { border-color: rgb(240,247,189); }
td.TdClassName
{
border-color: #F0F7BD;
}
.TagClassName
{
border-color: #F0F7BD;
}
</style>