Shades of Chiffon #F6FABC
Tints of Chiffon #F6FABC
RGB
CMYK
RGB Variations
Color information
#F6FABC (or 0xF6FABC) is known color: Chiffon. HEX triplet: F6, FA and BC. RGB value is (246,250,188). Sum of RGB (Red+Green+Blue) = 246+250+188=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FABC is #090543. Grayscale: #F1F1F1. Windows color (decimal): -591172 or 12385014. OLE color: 12385014.
HSL color Cylindrical-coordinate representation of color #F6FABC: hue angle of 63.87º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6FABC is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 188 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.02 |
| HSL | 63.87º | 0.86% | 0.86% | - |
| HSV(B) | 63.87º | 0.25% | 0.98% | - |
| XYZ | 81.27 | 91.59 | 60.97 | - |
| YUV | 241.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 188 | 0.02 | 0 | 0.25 | 0.02 | 63.87 | 0.86 | 0.86 |
| Hex | F6 | FA | BC | 2 | 0 | 19 | 2 | 40 | 56 | 56 |
| Octal | 366 | 372 | 274 | 2 | 0 | 31 | 2 | 100 | 126 | 126 |
| Binary | 11110110 | 11111010 | 10111100 | 10 | 0 | 11001 | 10 | 1000000 | 1010110 | 1010110 |
Color Harmonies of #F6FABC
Complementary color
Monochromatic Colors of #F6FABC
Black with #F6FABC
Text Example
Text Example
White with #F6FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FABC; }
p { color: rgb(246,250,188); }
H1.HeaderClassName
{
color: #F6FABC;
}
.AnyTagClassName
{
color: #F6FABC;
}
</style>
background-color css
<style>
a { background-color: #F6FABC; }
a { background-color: rgb(246,250,188); }
div.DivClassName
{
background-color: #F6FABC;
}
.BgClassName
{
background-color: #F6FABC;
}
</style>
border-color css
<style>
span { border-color: #F6FABC; }
span { border-color: rgb(246,250,188); }
td.TdClassName
{
border-color: #F6FABC;
}
.TagClassName
{
border-color: #F6FABC;
}
</style>