Shades of Chiffon #F1F5B5
Tints of Chiffon #F1F5B5
RGB
CMYK
RGB Variations
Color information
#F1F5B5 (or 0xF1F5B5) is known color: Chiffon. HEX triplet: F1, F5 and B5. RGB value is (241,245,181). Sum of RGB (Red+Green+Blue) = 241+245+181=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 181 (71.09% from 255 or 27.14% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5B5 is #0E0A4A. Grayscale: #ECECEC. Windows color (decimal): -920139 or 11924977. OLE color: 11924977.
HSL color Cylindrical-coordinate representation of color #F1F5B5: hue angle of 63.75º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1F5B5 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 181 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.04 |
| HSL | 63.75º | 0.76% | 0.84% | - |
| HSV(B) | 63.75º | 0.26% | 0.96% | - |
| XYZ | 77.27 | 87.34 | 56.5 | - |
| YUV | 236.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 181 | 0.02 | 0 | 0.26 | 0.04 | 63.75 | 0.76 | 0.84 |
| Hex | F1 | F5 | B5 | 2 | 0 | 1A | 4 | 40 | 4C | 54 |
| Octal | 361 | 365 | 265 | 2 | 0 | 32 | 4 | 100 | 114 | 124 |
| Binary | 11110001 | 11110101 | 10110101 | 10 | 0 | 11010 | 100 | 1000000 | 1001100 | 1010100 |
Color Harmonies of #F1F5B5
Complementary color
Monochromatic Colors of #F1F5B5
Black with #F1F5B5
Text Example
Text Example
White with #F1F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5B5; }
p { color: rgb(241,245,181); }
H1.HeaderClassName
{
color: #F1F5B5;
}
.AnyTagClassName
{
color: #F1F5B5;
}
</style>
background-color css
<style>
a { background-color: #F1F5B5; }
a { background-color: rgb(241,245,181); }
div.DivClassName
{
background-color: #F1F5B5;
}
.BgClassName
{
background-color: #F1F5B5;
}
</style>
border-color css
<style>
span { border-color: #F1F5B5; }
span { border-color: rgb(241,245,181); }
td.TdClassName
{
border-color: #F1F5B5;
}
.TagClassName
{
border-color: #F1F5B5;
}
</style>