Shades of Chiffon #F6FFBD
Tints of Chiffon #F6FFBD
RGB
CMYK
RGB Variations
Color information
#F6FFBD (or 0xF6FFBD) is known color: Chiffon. HEX triplet: F6, FF and BD. RGB value is (246,255,189). Sum of RGB (Red+Green+Blue) = 246+255+189=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFBD is #090042. Grayscale: #F5F5F5. Windows color (decimal): -589891 or 12451830. OLE color: 12451830.
HSL color Cylindrical-coordinate representation of color #F6FFBD: hue angle of 68.18º 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 #F6FFBD is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 189 | - |
| CMYK | 0.04 | 0 | 0.26 | 0 |
| HSL | 68.18º | 1% | 0.87% | - |
| HSV(B) | 68.18º | 0.26% | 1% | - |
| XYZ | 82.95 | 94.79 | 62.07 | - |
| YUV | 244.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 189 | 0.04 | 0 | 0.26 | 0 | 68.18 | 1 | 0.87 |
| Hex | F6 | FF | BD | 4 | 0 | 1A | 0 | 44 | 64 | 57 |
| Octal | 366 | 377 | 275 | 4 | 0 | 32 | 0 | 104 | 144 | 127 |
| Binary | 11110110 | 11111111 | 10111101 | 100 | 0 | 11010 | 0 | 1000100 | 1100100 | 1010111 |
Color Harmonies of #F6FFBD
Complementary color
Monochromatic Colors of #F6FFBD
Black with #F6FFBD
Text Example
Text Example
White with #F6FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFBD; }
p { color: rgb(246,255,189); }
H1.HeaderClassName
{
color: #F6FFBD;
}
.AnyTagClassName
{
color: #F6FFBD;
}
</style>
background-color css
<style>
a { background-color: #F6FFBD; }
a { background-color: rgb(246,255,189); }
div.DivClassName
{
background-color: #F6FFBD;
}
.BgClassName
{
background-color: #F6FFBD;
}
</style>
border-color css
<style>
span { border-color: #F6FFBD; }
span { border-color: rgb(246,255,189); }
td.TdClassName
{
border-color: #F6FFBD;
}
.TagClassName
{
border-color: #F6FFBD;
}
</style>