Shades of Chiffon #F6F9BC
Tints of Chiffon #F6F9BC
RGB
CMYK
RGB Variations
Color information
#F6F9BC (or 0xF6F9BC) is known color: Chiffon. HEX triplet: F6, F9 and BC. RGB value is (246,249,188). Sum of RGB (Red+Green+Blue) = 246+249+188=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F9BC is #090643. Grayscale: #F1F1F1. Windows color (decimal): -591428 or 12384758. OLE color: 12384758.
HSL color Cylindrical-coordinate representation of color #F6F9BC: hue angle of 62.95º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6F9BC is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 188 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.02 |
| HSL | 62.95º | 0.84% | 0.86% | - |
| HSV(B) | 62.95º | 0.24% | 0.98% | - |
| XYZ | 80.96 | 90.98 | 60.87 | - |
| YUV | 241.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 188 | 0.01 | 0 | 0.24 | 0.02 | 62.95 | 0.84 | 0.86 |
| Hex | F6 | F9 | BC | 1 | 0 | 18 | 2 | 3F | 54 | 56 |
| Octal | 366 | 371 | 274 | 1 | 0 | 30 | 2 | 77 | 124 | 126 |
| Binary | 11110110 | 11111001 | 10111100 | 1 | 0 | 11000 | 10 | 111111 | 1010100 | 1010110 |
Color Harmonies of #F6F9BC
Complementary color
Monochromatic Colors of #F6F9BC
Black with #F6F9BC
Text Example
Text Example
White with #F6F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F9BC; }
p { color: rgb(246,249,188); }
H1.HeaderClassName
{
color: #F6F9BC;
}
.AnyTagClassName
{
color: #F6F9BC;
}
</style>
background-color css
<style>
a { background-color: #F6F9BC; }
a { background-color: rgb(246,249,188); }
div.DivClassName
{
background-color: #F6F9BC;
}
.BgClassName
{
background-color: #F6F9BC;
}
</style>
border-color css
<style>
span { border-color: #F6F9BC; }
span { border-color: rgb(246,249,188); }
td.TdClassName
{
border-color: #F6F9BC;
}
.TagClassName
{
border-color: #F6F9BC;
}
</style>