Shades of Chiffon #F0F1BA
Tints of Chiffon #F0F1BA
RGB
CMYK
RGB Variations
Color information
#F0F1BA (or 0xF0F1BA) is known color: Chiffon. HEX triplet: F0, F1 and BA. RGB value is (240,241,186). Sum of RGB (Red+Green+Blue) = 240+241+186=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BA is #0F0E45. Grayscale: #EAEAEA. Windows color (decimal): -986694 or 12251632. OLE color: 12251632.
HSL color Cylindrical-coordinate representation of color #F0F1BA: hue angle of 61.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F1BA is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 186 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.05 |
| HSL | 61.09º | 0.66% | 0.84% | - |
| HSV(B) | 61.09º | 0.23% | 0.95% | - |
| XYZ | 76.25 | 84.98 | 58.84 | - |
| YUV | 234.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 186 | 0.00 | 0 | 0.23 | 0.05 | 61.09 | 0.66 | 0.84 |
| Hex | F0 | F1 | BA | 0 | 0 | 17 | 5 | 3D | 42 | 54 |
| Octal | 360 | 361 | 272 | 0 | 0 | 27 | 5 | 75 | 102 | 124 |
| Binary | 11110000 | 11110001 | 10111010 | 0 | 0 | 10111 | 101 | 111101 | 1000010 | 1010100 |
Color Harmonies of #F0F1BA
Complementary color
Monochromatic Colors of #F0F1BA
Black with #F0F1BA
Text Example
Text Example
White with #F0F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1BA; }
p { color: rgb(240,241,186); }
H1.HeaderClassName
{
color: #F0F1BA;
}
.AnyTagClassName
{
color: #F0F1BA;
}
</style>
background-color css
<style>
a { background-color: #F0F1BA; }
a { background-color: rgb(240,241,186); }
div.DivClassName
{
background-color: #F0F1BA;
}
.BgClassName
{
background-color: #F0F1BA;
}
</style>
border-color css
<style>
span { border-color: #F0F1BA; }
span { border-color: rgb(240,241,186); }
td.TdClassName
{
border-color: #F0F1BA;
}
.TagClassName
{
border-color: #F0F1BA;
}
</style>