Shades of Chiffon #F6FEC0
Tints of Chiffon #F6FEC0
RGB
CMYK
RGB Variations
Color information
#F6FEC0 (or 0xF6FEC0) is known color: Chiffon. HEX triplet: F6, FE and C0. RGB value is (246,254,192). Sum of RGB (Red+Green+Blue) = 246+254+192=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 192 (75.39% from 255 or 27.75% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEC0 is #09013F. Grayscale: #F4F4F4. Windows color (decimal): -590144 or 12648182. OLE color: 12648182.
HSL color Cylindrical-coordinate representation of color #F6FEC0: hue angle of 67.74º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6FEC0 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 192 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.00 |
| HSL | 67.74º | 0.97% | 0.87% | - |
| HSV(B) | 67.74º | 0.24% | 1% | - |
| XYZ | 82.96 | 94.28 | 63.69 | - |
| YUV | 244.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 192 | 0.03 | 0 | 0.24 | 0.00 | 67.74 | 0.97 | 0.87 |
| Hex | F6 | FE | C0 | 3 | 0 | 18 | 0 | 44 | 61 | 57 |
| Octal | 366 | 376 | 300 | 3 | 0 | 30 | 0 | 104 | 141 | 127 |
| Binary | 11110110 | 11111110 | 11000000 | 11 | 0 | 11000 | 0 | 1000100 | 1100001 | 1010111 |
Color Harmonies of #F6FEC0
Complementary color
Monochromatic Colors of #F6FEC0
Black with #F6FEC0
Text Example
Text Example
White with #F6FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEC0; }
p { color: rgb(246,254,192); }
H1.HeaderClassName
{
color: #F6FEC0;
}
.AnyTagClassName
{
color: #F6FEC0;
}
</style>
background-color css
<style>
a { background-color: #F6FEC0; }
a { background-color: rgb(246,254,192); }
div.DivClassName
{
background-color: #F6FEC0;
}
.BgClassName
{
background-color: #F6FEC0;
}
</style>
border-color css
<style>
span { border-color: #F6FEC0; }
span { border-color: rgb(246,254,192); }
td.TdClassName
{
border-color: #F6FEC0;
}
.TagClassName
{
border-color: #F6FEC0;
}
</style>