Shades of Chiffon #F0F1B5
Tints of Chiffon #F0F1B5
RGB
CMYK
RGB Variations
Color information
#F0F1B5 (or 0xF0F1B5) is known color: Chiffon. HEX triplet: F0, F1 and B5. RGB value is (240,241,181). Sum of RGB (Red+Green+Blue) = 240+241+181=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1B5 is #0F0E4A. Grayscale: #EAEAEA. Windows color (decimal): -986699 or 11923952. OLE color: 11923952.
HSL color Cylindrical-coordinate representation of color #F0F1B5: hue angle of 61º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0F1B5 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 181 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.05 |
| HSL | 61º | 0.68% | 0.83% | - |
| HSV(B) | 61º | 0.25% | 0.95% | - |
| XYZ | 75.73 | 84.77 | 56.09 | - |
| YUV | 233.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 181 | 0.00 | 0 | 0.25 | 0.05 | 61 | 0.68 | 0.83 |
| Hex | F0 | F1 | B5 | 0 | 0 | 19 | 5 | 3D | 44 | 53 |
| Octal | 360 | 361 | 265 | 0 | 0 | 31 | 5 | 75 | 104 | 123 |
| Binary | 11110000 | 11110001 | 10110101 | 0 | 0 | 11001 | 101 | 111101 | 1000100 | 1010011 |
Color Harmonies of #F0F1B5
Complementary color
Monochromatic Colors of #F0F1B5
Black with #F0F1B5
Text Example
Text Example
White with #F0F1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1B5; }
p { color: rgb(240,241,181); }
H1.HeaderClassName
{
color: #F0F1B5;
}
.AnyTagClassName
{
color: #F0F1B5;
}
</style>
background-color css
<style>
a { background-color: #F0F1B5; }
a { background-color: rgb(240,241,181); }
div.DivClassName
{
background-color: #F0F1B5;
}
.BgClassName
{
background-color: #F0F1B5;
}
</style>
border-color css
<style>
span { border-color: #F0F1B5; }
span { border-color: rgb(240,241,181); }
td.TdClassName
{
border-color: #F0F1B5;
}
.TagClassName
{
border-color: #F0F1B5;
}
</style>