Shades of Chiffon #F6FABB
Tints of Chiffon #F6FABB
RGB
CMYK
RGB Variations
Color information
#F6FABB (or 0xF6FABB) is known color: Chiffon. HEX triplet: F6, FA and BB. RGB value is (246,250,187). Sum of RGB (Red+Green+Blue) = 246+250+187=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FABB is #090544. Grayscale: #F1F1F1. Windows color (decimal): -591173 or 12319478. OLE color: 12319478.
HSL color Cylindrical-coordinate representation of color #F6FABB: hue angle of 63.81º 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 #F6FABB is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 187 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.02 |
| HSL | 63.81º | 0.86% | 0.86% | - |
| HSV(B) | 63.81º | 0.25% | 0.98% | - |
| XYZ | 81.16 | 91.55 | 60.41 | - |
| YUV | 241.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 187 | 0.02 | 0 | 0.25 | 0.02 | 63.81 | 0.86 | 0.86 |
| Hex | F6 | FA | BB | 2 | 0 | 19 | 2 | 40 | 56 | 56 |
| Octal | 366 | 372 | 273 | 2 | 0 | 31 | 2 | 100 | 126 | 126 |
| Binary | 11110110 | 11111010 | 10111011 | 10 | 0 | 11001 | 10 | 1000000 | 1010110 | 1010110 |
Color Harmonies of #F6FABB
Complementary color
Monochromatic Colors of #F6FABB
Black with #F6FABB
Text Example
Text Example
White with #F6FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FABB; }
p { color: rgb(246,250,187); }
H1.HeaderClassName
{
color: #F6FABB;
}
.AnyTagClassName
{
color: #F6FABB;
}
</style>
background-color css
<style>
a { background-color: #F6FABB; }
a { background-color: rgb(246,250,187); }
div.DivClassName
{
background-color: #F6FABB;
}
.BgClassName
{
background-color: #F6FABB;
}
</style>
border-color css
<style>
span { border-color: #F6FABB; }
span { border-color: rgb(246,250,187); }
td.TdClassName
{
border-color: #F6FABB;
}
.TagClassName
{
border-color: #F6FABB;
}
</style>