Shades of Chiffon #F6FFBC
Tints of Chiffon #F6FFBC
RGB
CMYK
RGB Variations
Color information
#F6FFBC (or 0xF6FFBC) is known color: Chiffon. HEX triplet: F6, FF and BC. RGB value is (246,255,188). Sum of RGB (Red+Green+Blue) = 246+255+188=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 188 (73.83% from 255 or 27.29% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFBC is #090043. Grayscale: #F4F4F4. Windows color (decimal): -589892 or 12386294. OLE color: 12386294.
HSL color Cylindrical-coordinate representation of color #F6FFBC: hue angle of 68.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6FFBC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 188 | - |
| CMYK | 0.04 | 0 | 0.26 | 0 |
| HSL | 68.06º | 1% | 0.87% | - |
| HSV(B) | 68.06º | 0.26% | 1% | - |
| XYZ | 82.84 | 94.74 | 61.5 | - |
| YUV | 244.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 188 | 0.04 | 0 | 0.26 | 0 | 68.06 | 1 | 0.87 |
| Hex | F6 | FF | BC | 4 | 0 | 1A | 0 | 44 | 64 | 57 |
| Octal | 366 | 377 | 274 | 4 | 0 | 32 | 0 | 104 | 144 | 127 |
| Binary | 11110110 | 11111111 | 10111100 | 100 | 0 | 11010 | 0 | 1000100 | 1100100 | 1010111 |
Color Harmonies of #F6FFBC
Complementary color
Monochromatic Colors of #F6FFBC
Black with #F6FFBC
Text Example
Text Example
White with #F6FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFBC; }
p { color: rgb(246,255,188); }
H1.HeaderClassName
{
color: #F6FFBC;
}
.AnyTagClassName
{
color: #F6FFBC;
}
</style>
background-color css
<style>
a { background-color: #F6FFBC; }
a { background-color: rgb(246,255,188); }
div.DivClassName
{
background-color: #F6FFBC;
}
.BgClassName
{
background-color: #F6FFBC;
}
</style>
border-color css
<style>
span { border-color: #F6FFBC; }
span { border-color: rgb(246,255,188); }
td.TdClassName
{
border-color: #F6FFBC;
}
.TagClassName
{
border-color: #F6FFBC;
}
</style>