Shades of Chiffon #F0F5BD
Tints of Chiffon #F0F5BD
RGB
CMYK
RGB Variations
Color information
#F0F5BD (or 0xF0F5BD) is known color: Chiffon. HEX triplet: F0, F5 and BD. RGB value is (240,245,189). Sum of RGB (Red+Green+Blue) = 240+245+189=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5BD is #0F0A42. Grayscale: #EDEDED. Windows color (decimal): -985667 or 12449264. OLE color: 12449264.
HSL color Cylindrical-coordinate representation of color #F0F5BD: hue angle of 65.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F5BD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 189 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.04 |
| HSL | 65.36º | 0.74% | 0.85% | - |
| HSV(B) | 65.36º | 0.23% | 0.96% | - |
| XYZ | 77.77 | 87.5 | 60.94 | - |
| YUV | 237.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 189 | 0.02 | 0 | 0.23 | 0.04 | 65.36 | 0.74 | 0.85 |
| Hex | F0 | F5 | BD | 2 | 0 | 17 | 4 | 41 | 4A | 55 |
| Octal | 360 | 365 | 275 | 2 | 0 | 27 | 4 | 101 | 112 | 125 |
| Binary | 11110000 | 11110101 | 10111101 | 10 | 0 | 10111 | 100 | 1000001 | 1001010 | 1010101 |
Color Harmonies of #F0F5BD
Complementary color
Monochromatic Colors of #F0F5BD
Black with #F0F5BD
Text Example
Text Example
White with #F0F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5BD; }
p { color: rgb(240,245,189); }
H1.HeaderClassName
{
color: #F0F5BD;
}
.AnyTagClassName
{
color: #F0F5BD;
}
</style>
background-color css
<style>
a { background-color: #F0F5BD; }
a { background-color: rgb(240,245,189); }
div.DivClassName
{
background-color: #F0F5BD;
}
.BgClassName
{
background-color: #F0F5BD;
}
</style>
border-color css
<style>
span { border-color: #F0F5BD; }
span { border-color: rgb(240,245,189); }
td.TdClassName
{
border-color: #F0F5BD;
}
.TagClassName
{
border-color: #F0F5BD;
}
</style>