Shades of Chiffon #F6F9BA
Tints of Chiffon #F6F9BA
RGB
CMYK
RGB Variations
Color information
#F6F9BA (or 0xF6F9BA) is known color: Chiffon. HEX triplet: F6, F9 and BA. RGB value is (246,249,186). Sum of RGB (Red+Green+Blue) = 246+249+186=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F9BA is #090645. Grayscale: #F1F1F1. Windows color (decimal): -591430 or 12253686. OLE color: 12253686.
HSL color Cylindrical-coordinate representation of color #F6F9BA: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6F9BA is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 186 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.02 |
| HSL | 62.86º | 0.84% | 0.85% | - |
| HSV(B) | 62.86º | 0.25% | 0.98% | - |
| XYZ | 80.74 | 90.89 | 59.74 | - |
| YUV | 240.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 186 | 0.01 | 0 | 0.25 | 0.02 | 62.86 | 0.84 | 0.85 |
| Hex | F6 | F9 | BA | 1 | 0 | 19 | 2 | 3F | 54 | 55 |
| Octal | 366 | 371 | 272 | 1 | 0 | 31 | 2 | 77 | 124 | 125 |
| Binary | 11110110 | 11111001 | 10111010 | 1 | 0 | 11001 | 10 | 111111 | 1010100 | 1010101 |
Color Harmonies of #F6F9BA
Complementary color
Monochromatic Colors of #F6F9BA
Black with #F6F9BA
Text Example
Text Example
White with #F6F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F9BA; }
p { color: rgb(246,249,186); }
H1.HeaderClassName
{
color: #F6F9BA;
}
.AnyTagClassName
{
color: #F6F9BA;
}
</style>
background-color css
<style>
a { background-color: #F6F9BA; }
a { background-color: rgb(246,249,186); }
div.DivClassName
{
background-color: #F6F9BA;
}
.BgClassName
{
background-color: #F6F9BA;
}
</style>
border-color css
<style>
span { border-color: #F6F9BA; }
span { border-color: rgb(246,249,186); }
td.TdClassName
{
border-color: #F6F9BA;
}
.TagClassName
{
border-color: #F6F9BA;
}
</style>