Shades of Chiffon #F1F6BC
Tints of Chiffon #F1F6BC
RGB
CMYK
RGB Variations
Color information
#F1F6BC (or 0xF1F6BC) is known color: Chiffon. HEX triplet: F1, F6 and BC. RGB value is (241,246,188). Sum of RGB (Red+Green+Blue) = 241+246+188=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 188 (73.83% from 255 or 27.85% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6BC is #0E0943. Grayscale: #EEEEEE. Windows color (decimal): -919876 or 12383985. OLE color: 12383985.
HSL color Cylindrical-coordinate representation of color #F1F6BC: hue angle of 65.17º degrees, saturation: 0.76, 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 #F1F6BC is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 188 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.04 |
| HSL | 65.17º | 0.76% | 0.85% | - |
| HSV(B) | 65.17º | 0.24% | 0.96% | - |
| XYZ | 78.31 | 88.24 | 60.48 | - |
| YUV | 237.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 188 | 0.02 | 0 | 0.24 | 0.04 | 65.17 | 0.76 | 0.85 |
| Hex | F1 | F6 | BC | 2 | 0 | 18 | 4 | 41 | 4C | 55 |
| Octal | 361 | 366 | 274 | 2 | 0 | 30 | 4 | 101 | 114 | 125 |
| Binary | 11110001 | 11110110 | 10111100 | 10 | 0 | 11000 | 100 | 1000001 | 1001100 | 1010101 |
Color Harmonies of #F1F6BC
Complementary color
Monochromatic Colors of #F1F6BC
Black with #F1F6BC
Text Example
Text Example
White with #F1F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6BC; }
p { color: rgb(241,246,188); }
H1.HeaderClassName
{
color: #F1F6BC;
}
.AnyTagClassName
{
color: #F1F6BC;
}
</style>
background-color css
<style>
a { background-color: #F1F6BC; }
a { background-color: rgb(241,246,188); }
div.DivClassName
{
background-color: #F1F6BC;
}
.BgClassName
{
background-color: #F1F6BC;
}
</style>
border-color css
<style>
span { border-color: #F1F6BC; }
span { border-color: rgb(241,246,188); }
td.TdClassName
{
border-color: #F1F6BC;
}
.TagClassName
{
border-color: #F1F6BC;
}
</style>