Shades of Chiffon #F6FAC0
Tints of Chiffon #F6FAC0
RGB
CMYK
RGB Variations
Color information
#F6FAC0 (or 0xF6FAC0) is known color: Chiffon. HEX triplet: F6, FA and C0. RGB value is (246,250,192). Sum of RGB (Red+Green+Blue) = 246+250+192=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FAC0 is #09053F. Grayscale: #F2F2F2. Windows color (decimal): -591168 or 12647158. OLE color: 12647158.
HSL color Cylindrical-coordinate representation of color #F6FAC0: hue angle of 64.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6FAC0 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 192 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.02 |
| HSL | 64.14º | 0.85% | 0.87% | - |
| HSV(B) | 64.14º | 0.23% | 0.98% | - |
| XYZ | 81.71 | 91.77 | 63.28 | - |
| YUV | 242.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 192 | 0.02 | 0 | 0.23 | 0.02 | 64.14 | 0.85 | 0.87 |
| Hex | F6 | FA | C0 | 2 | 0 | 17 | 2 | 40 | 55 | 57 |
| Octal | 366 | 372 | 300 | 2 | 0 | 27 | 2 | 100 | 125 | 127 |
| Binary | 11110110 | 11111010 | 11000000 | 10 | 0 | 10111 | 10 | 1000000 | 1010101 | 1010111 |
Color Harmonies of #F6FAC0
Complementary color
Monochromatic Colors of #F6FAC0
Black with #F6FAC0
Text Example
Text Example
White with #F6FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAC0; }
p { color: rgb(246,250,192); }
H1.HeaderClassName
{
color: #F6FAC0;
}
.AnyTagClassName
{
color: #F6FAC0;
}
</style>
background-color css
<style>
a { background-color: #F6FAC0; }
a { background-color: rgb(246,250,192); }
div.DivClassName
{
background-color: #F6FAC0;
}
.BgClassName
{
background-color: #F6FAC0;
}
</style>
border-color css
<style>
span { border-color: #F6FAC0; }
span { border-color: rgb(246,250,192); }
td.TdClassName
{
border-color: #F6FAC0;
}
.TagClassName
{
border-color: #F6FAC0;
}
</style>