Shades of Chiffon #F0F3BD
Tints of Chiffon #F0F3BD
RGB
CMYK
RGB Variations
Color information
#F0F3BD (or 0xF0F3BD) is known color: Chiffon. HEX triplet: F0, F3 and BD. RGB value is (240,243,189). Sum of RGB (Red+Green+Blue) = 240+243+189=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3BD is #0F0C42. Grayscale: #ECECEC. Windows color (decimal): -986179 or 12448752. OLE color: 12448752.
HSL color Cylindrical-coordinate representation of color #F0F3BD: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0F3BD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 189 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.05 |
| HSL | 63.33º | 0.69% | 0.85% | - |
| HSV(B) | 63.33º | 0.22% | 0.95% | - |
| XYZ | 77.17 | 86.3 | 60.73 | - |
| YUV | 235.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 189 | 0.01 | 0 | 0.22 | 0.05 | 63.33 | 0.69 | 0.85 |
| Hex | F0 | F3 | BD | 1 | 0 | 16 | 5 | 3F | 45 | 55 |
| Octal | 360 | 363 | 275 | 1 | 0 | 26 | 5 | 77 | 105 | 125 |
| Binary | 11110000 | 11110011 | 10111101 | 1 | 0 | 10110 | 101 | 111111 | 1000101 | 1010101 |
Color Harmonies of #F0F3BD
Complementary color
Monochromatic Colors of #F0F3BD
Black with #F0F3BD
Text Example
Text Example
White with #F0F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3BD; }
p { color: rgb(240,243,189); }
H1.HeaderClassName
{
color: #F0F3BD;
}
.AnyTagClassName
{
color: #F0F3BD;
}
</style>
background-color css
<style>
a { background-color: #F0F3BD; }
a { background-color: rgb(240,243,189); }
div.DivClassName
{
background-color: #F0F3BD;
}
.BgClassName
{
background-color: #F0F3BD;
}
</style>
border-color css
<style>
span { border-color: #F0F3BD; }
span { border-color: rgb(240,243,189); }
td.TdClassName
{
border-color: #F0F3BD;
}
.TagClassName
{
border-color: #F0F3BD;
}
</style>