Shades of Chiffon #F6FFBA
Tints of Chiffon #F6FFBA
RGB
CMYK
RGB Variations
Color information
#F6FFBA (or 0xF6FFBA) is known color: Chiffon. HEX triplet: F6, FF and BA. RGB value is (246,255,186). Sum of RGB (Red+Green+Blue) = 246+255+186=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFBA is #090045. Grayscale: #F4F4F4. Windows color (decimal): -589894 or 12255222. OLE color: 12255222.
HSL color Cylindrical-coordinate representation of color #F6FFBA: hue angle of 67.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6FFBA is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 186 | - |
| CMYK | 0.04 | 0 | 0.27 | 0 |
| HSL | 67.83º | 1% | 0.86% | - |
| HSV(B) | 67.83º | 0.27% | 1% | - |
| XYZ | 82.63 | 94.66 | 60.37 | - |
| YUV | 244.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 186 | 0.04 | 0 | 0.27 | 0 | 67.83 | 1 | 0.86 |
| Hex | F6 | FF | BA | 4 | 0 | 1B | 0 | 44 | 64 | 56 |
| Octal | 366 | 377 | 272 | 4 | 0 | 33 | 0 | 104 | 144 | 126 |
| Binary | 11110110 | 11111111 | 10111010 | 100 | 0 | 11011 | 0 | 1000100 | 1100100 | 1010110 |
Color Harmonies of #F6FFBA
Complementary color
Monochromatic Colors of #F6FFBA
Black with #F6FFBA
Text Example
Text Example
White with #F6FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFBA; }
p { color: rgb(246,255,186); }
H1.HeaderClassName
{
color: #F6FFBA;
}
.AnyTagClassName
{
color: #F6FFBA;
}
</style>
background-color css
<style>
a { background-color: #F6FFBA; }
a { background-color: rgb(246,255,186); }
div.DivClassName
{
background-color: #F6FFBA;
}
.BgClassName
{
background-color: #F6FFBA;
}
</style>
border-color css
<style>
span { border-color: #F6FFBA; }
span { border-color: rgb(246,255,186); }
td.TdClassName
{
border-color: #F6FFBA;
}
.TagClassName
{
border-color: #F6FFBA;
}
</style>