Shades of Chiffon #F1F6BA
Tints of Chiffon #F1F6BA
RGB
CMYK
RGB Variations
Color information
#F1F6BA (or 0xF1F6BA) is known color: Chiffon. HEX triplet: F1, F6 and BA. RGB value is (241,246,186). Sum of RGB (Red+Green+Blue) = 241+246+186=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6BA is #0E0945. Grayscale: #EDEDED. Windows color (decimal): -919878 or 12252913. OLE color: 12252913.
HSL color Cylindrical-coordinate representation of color #F1F6BA: hue angle of 65º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1F6BA is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 186 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.04 |
| HSL | 65º | 0.77% | 0.85% | - |
| HSV(B) | 65º | 0.24% | 0.96% | - |
| XYZ | 78.09 | 88.16 | 59.35 | - |
| YUV | 237.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 186 | 0.02 | 0 | 0.24 | 0.04 | 65 | 0.77 | 0.85 |
| Hex | F1 | F6 | BA | 2 | 0 | 18 | 4 | 41 | 4D | 55 |
| Octal | 361 | 366 | 272 | 2 | 0 | 30 | 4 | 101 | 115 | 125 |
| Binary | 11110001 | 11110110 | 10111010 | 10 | 0 | 11000 | 100 | 1000001 | 1001101 | 1010101 |
Color Harmonies of #F1F6BA
Complementary color
Monochromatic Colors of #F1F6BA
Black with #F1F6BA
Text Example
Text Example
White with #F1F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6BA; }
p { color: rgb(241,246,186); }
H1.HeaderClassName
{
color: #F1F6BA;
}
.AnyTagClassName
{
color: #F1F6BA;
}
</style>
background-color css
<style>
a { background-color: #F1F6BA; }
a { background-color: rgb(241,246,186); }
div.DivClassName
{
background-color: #F1F6BA;
}
.BgClassName
{
background-color: #F1F6BA;
}
</style>
border-color css
<style>
span { border-color: #F1F6BA; }
span { border-color: rgb(241,246,186); }
td.TdClassName
{
border-color: #F1F6BA;
}
.TagClassName
{
border-color: #F1F6BA;
}
</style>