Shades of Chiffon #F6FCBB
Tints of Chiffon #F6FCBB
RGB
CMYK
RGB Variations
Color information
#F6FCBB (or 0xF6FCBB) is known color: Chiffon. HEX triplet: F6, FC and BB. RGB value is (246,252,187). Sum of RGB (Red+Green+Blue) = 246+252+187=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 187 (73.44% from 255 or 27.30% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCBB is #090344. Grayscale: #F3F3F3. Windows color (decimal): -590661 or 12319990. OLE color: 12319990.
HSL color Cylindrical-coordinate representation of color #F6FCBB: hue angle of 65.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6FCBB is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 187 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.01 |
| HSL | 65.54º | 0.92% | 0.86% | - |
| HSV(B) | 65.54º | 0.26% | 0.99% | - |
| XYZ | 81.79 | 92.8 | 60.62 | - |
| YUV | 242.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 187 | 0.02 | 0 | 0.26 | 0.01 | 65.54 | 0.92 | 0.86 |
| Hex | F6 | FC | BB | 2 | 0 | 1A | 1 | 42 | 5C | 56 |
| Octal | 366 | 374 | 273 | 2 | 0 | 32 | 1 | 102 | 134 | 126 |
| Binary | 11110110 | 11111100 | 10111011 | 10 | 0 | 11010 | 1 | 1000010 | 1011100 | 1010110 |
Color Harmonies of #F6FCBB
Complementary color
Monochromatic Colors of #F6FCBB
Black with #F6FCBB
Text Example
Text Example
White with #F6FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCBB; }
p { color: rgb(246,252,187); }
H1.HeaderClassName
{
color: #F6FCBB;
}
.AnyTagClassName
{
color: #F6FCBB;
}
</style>
background-color css
<style>
a { background-color: #F6FCBB; }
a { background-color: rgb(246,252,187); }
div.DivClassName
{
background-color: #F6FCBB;
}
.BgClassName
{
background-color: #F6FCBB;
}
</style>
border-color css
<style>
span { border-color: #F6FCBB; }
span { border-color: rgb(246,252,187); }
td.TdClassName
{
border-color: #F6FCBB;
}
.TagClassName
{
border-color: #F6FCBB;
}
</style>