Shades of Chiffon #F9FFBC
Tints of Chiffon #F9FFBC
RGB
CMYK
RGB Variations
Color information
#F9FFBC (or 0xF9FFBC) is known color: Chiffon. HEX triplet: F9, FF and BC. RGB value is (249,255,188). Sum of RGB (Red+Green+Blue) = 249+255+188=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFBC is #060043. Grayscale: #F5F5F5. Windows color (decimal): -393284 or 12386297. OLE color: 12386297.
HSL color Cylindrical-coordinate representation of color #F9FFBC: hue angle of 65.37º 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 #F9FFBC is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 188 | - |
| CMYK | 0.02 | 0 | 0.26 | 0 |
| HSL | 65.37º | 1% | 0.87% | - |
| HSV(B) | 65.37º | 0.26% | 1% | - |
| XYZ | 83.9 | 95.29 | 61.55 | - |
| YUV | 245.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 188 | 0.02 | 0 | 0.26 | 0 | 65.37 | 1 | 0.87 |
| Hex | F9 | FF | BC | 2 | 0 | 1A | 0 | 41 | 64 | 57 |
| Octal | 371 | 377 | 274 | 2 | 0 | 32 | 0 | 101 | 144 | 127 |
| Binary | 11111001 | 11111111 | 10111100 | 10 | 0 | 11010 | 0 | 1000001 | 1100100 | 1010111 |
Color Harmonies of #F9FFBC
Complementary color
Monochromatic Colors of #F9FFBC
Black with #F9FFBC
Text Example
Text Example
White with #F9FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFBC; }
p { color: rgb(249,255,188); }
H1.HeaderClassName
{
color: #F9FFBC;
}
.AnyTagClassName
{
color: #F9FFBC;
}
</style>
background-color css
<style>
a { background-color: #F9FFBC; }
a { background-color: rgb(249,255,188); }
div.DivClassName
{
background-color: #F9FFBC;
}
.BgClassName
{
background-color: #F9FFBC;
}
</style>
border-color css
<style>
span { border-color: #F9FFBC; }
span { border-color: rgb(249,255,188); }
td.TdClassName
{
border-color: #F9FFBC;
}
.TagClassName
{
border-color: #F9FFBC;
}
</style>