Shades of Chiffon #F9FDBD
Tints of Chiffon #F9FDBD
RGB
CMYK
RGB Variations
Color information
#F9FDBD (or 0xF9FDBD) is known color: Chiffon. HEX triplet: F9, FD and BD. RGB value is (249,253,189). Sum of RGB (Red+Green+Blue) = 249+253+189=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 189 (74.22% from 255 or 27.35% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDBD is #060242. Grayscale: #F4F4F4. Windows color (decimal): -393795 or 12451321. OLE color: 12451321.
HSL color Cylindrical-coordinate representation of color #F9FDBD: hue angle of 63.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9FDBD is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 189 | - |
CMYK | 0.02 | 0 | 0.25 | 0.01 |
HSL | 63.75º | 0.94% | 0.87% | - |
HSV(B) | 63.75º | 0.25% | 0.99% | - |
XYZ | 83.38 | 94.06 | 61.91 | - |
YUV | 244.51 | 96.67 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 189 | 0.02 | 0 | 0.25 | 0.01 | 63.75 | 0.94 | 0.87 |
Hex | F9 | FD | BD | 2 | 0 | 19 | 1 | 40 | 5E | 57 |
Octal | 371 | 375 | 275 | 2 | 0 | 31 | 1 | 100 | 136 | 127 |
Binary | 11111001 | 11111101 | 10111101 | 10 | 0 | 11001 | 1 | 1000000 | 1011110 | 1010111 |
Color Harmonies of #F9FDBD
Complementary color
Monochromatic Colors of #F9FDBD
Black with #F9FDBD
Text Example
Text Example
White with #F9FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDBD; }
p { color: rgb(249,253,189); }
H1.HeaderClassName
{
color: #F9FDBD;
}
.AnyTagClassName
{
color: #F9FDBD;
}
</style>
background-color css
<style>
a { background-color: #F9FDBD; }
a { background-color: rgb(249,253,189); }
div.DivClassName
{
background-color: #F9FDBD;
}
.BgClassName
{
background-color: #F9FDBD;
}
</style>
border-color css
<style>
span { border-color: #F9FDBD; }
span { border-color: rgb(249,253,189); }
td.TdClassName
{
border-color: #F9FDBD;
}
.TagClassName
{
border-color: #F9FDBD;
}
</style>