Shades of Chiffon #F0F1BC
Tints of Chiffon #F0F1BC
RGB
CMYK
RGB Variations
Color information
#F0F1BC (or 0xF0F1BC) is known color: Chiffon. HEX triplet: F0, F1 and BC. RGB value is (240,241,188). Sum of RGB (Red+Green+Blue) = 240+241+188=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BC is #0F0E43. Grayscale: #EAEAEA. Windows color (decimal): -986692 or 12382704. OLE color: 12382704.
HSL color Cylindrical-coordinate representation of color #F0F1BC: hue angle of 61.13º 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 #F0F1BC is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 188 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.05 |
| HSL | 61.13º | 0.65% | 0.84% | - |
| HSV(B) | 61.13º | 0.22% | 0.95% | - |
| XYZ | 76.47 | 85.07 | 59.97 | - |
| YUV | 234.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 188 | 0.00 | 0 | 0.22 | 0.05 | 61.13 | 0.65 | 0.84 |
| Hex | F0 | F1 | BC | 0 | 0 | 16 | 5 | 3D | 41 | 54 |
| Octal | 360 | 361 | 274 | 0 | 0 | 26 | 5 | 75 | 101 | 124 |
| Binary | 11110000 | 11110001 | 10111100 | 0 | 0 | 10110 | 101 | 111101 | 1000001 | 1010100 |
Color Harmonies of #F0F1BC
Complementary color
Monochromatic Colors of #F0F1BC
Black with #F0F1BC
Text Example
Text Example
White with #F0F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1BC; }
p { color: rgb(240,241,188); }
H1.HeaderClassName
{
color: #F0F1BC;
}
.AnyTagClassName
{
color: #F0F1BC;
}
</style>
background-color css
<style>
a { background-color: #F0F1BC; }
a { background-color: rgb(240,241,188); }
div.DivClassName
{
background-color: #F0F1BC;
}
.BgClassName
{
background-color: #F0F1BC;
}
</style>
border-color css
<style>
span { border-color: #F0F1BC; }
span { border-color: rgb(240,241,188); }
td.TdClassName
{
border-color: #F0F1BC;
}
.TagClassName
{
border-color: #F0F1BC;
}
</style>