Shades of Chiffon #F0F1BD
Tints of Chiffon #F0F1BD
RGB
CMYK
RGB Variations
Color information
#F0F1BD (or 0xF0F1BD) is known color: Chiffon. HEX triplet: F0, F1 and BD. RGB value is (240,241,189). Sum of RGB (Red+Green+Blue) = 240+241+189=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BD is #0F0E42. Grayscale: #EAEAEA. Windows color (decimal): -986691 or 12448240. OLE color: 12448240.
HSL color Cylindrical-coordinate representation of color #F0F1BD: hue angle of 61.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0F1BD is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 189 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.05 |
| HSL | 61.15º | 0.65% | 0.84% | - |
| HSV(B) | 61.15º | 0.22% | 0.95% | - |
| XYZ | 76.58 | 85.11 | 60.54 | - |
| YUV | 234.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 189 | 0.00 | 0 | 0.22 | 0.05 | 61.15 | 0.65 | 0.84 |
| Hex | F0 | F1 | BD | 0 | 0 | 16 | 5 | 3D | 41 | 54 |
| Octal | 360 | 361 | 275 | 0 | 0 | 26 | 5 | 75 | 101 | 124 |
| Binary | 11110000 | 11110001 | 10111101 | 0 | 0 | 10110 | 101 | 111101 | 1000001 | 1010100 |
Color Harmonies of #F0F1BD
Complementary color
Monochromatic Colors of #F0F1BD
Black with #F0F1BD
Text Example
Text Example
White with #F0F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1BD; }
p { color: rgb(240,241,189); }
H1.HeaderClassName
{
color: #F0F1BD;
}
.AnyTagClassName
{
color: #F0F1BD;
}
</style>
background-color css
<style>
a { background-color: #F0F1BD; }
a { background-color: rgb(240,241,189); }
div.DivClassName
{
background-color: #F0F1BD;
}
.BgClassName
{
background-color: #F0F1BD;
}
</style>
border-color css
<style>
span { border-color: #F0F1BD; }
span { border-color: rgb(240,241,189); }
td.TdClassName
{
border-color: #F0F1BD;
}
.TagClassName
{
border-color: #F0F1BD;
}
</style>