Shades of Chiffon #FAFDB9
Tints of Chiffon #FAFDB9
RGB
CMYK
RGB Variations
Color information
#FAFDB9 (or 0xFAFDB9) is known color: Chiffon. HEX triplet: FA, FD and B9. RGB value is (250,253,185). Sum of RGB (Red+Green+Blue) = 250+253+185=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 185 (72.66% from 255 or 26.89% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDB9 is #050246. Grayscale: #F4F4F4. Windows color (decimal): -328263 or 12189178. OLE color: 12189178.
HSL color Cylindrical-coordinate representation of color #FAFDB9: hue angle of 62.65º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAFDB9 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 185 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.01 |
| HSL | 62.65º | 0.94% | 0.86% | - |
| HSV(B) | 62.65º | 0.27% | 0.99% | - |
| XYZ | 83.31 | 94.08 | 59.67 | - |
| YUV | 244.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 185 | 0.01 | 0 | 0.27 | 0.01 | 62.65 | 0.94 | 0.86 |
| Hex | FA | FD | B9 | 1 | 0 | 1B | 1 | 3F | 5E | 56 |
| Octal | 372 | 375 | 271 | 1 | 0 | 33 | 1 | 77 | 136 | 126 |
| Binary | 11111010 | 11111101 | 10111001 | 1 | 0 | 11011 | 1 | 111111 | 1011110 | 1010110 |
Color Harmonies of #FAFDB9
Complementary color
Monochromatic Colors of #FAFDB9
Black with #FAFDB9
Text Example
Text Example
White with #FAFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDB9; }
p { color: rgb(250,253,185); }
H1.HeaderClassName
{
color: #FAFDB9;
}
.AnyTagClassName
{
color: #FAFDB9;
}
</style>
background-color css
<style>
a { background-color: #FAFDB9; }
a { background-color: rgb(250,253,185); }
div.DivClassName
{
background-color: #FAFDB9;
}
.BgClassName
{
background-color: #FAFDB9;
}
</style>
border-color css
<style>
span { border-color: #FAFDB9; }
span { border-color: rgb(250,253,185); }
td.TdClassName
{
border-color: #FAFDB9;
}
.TagClassName
{
border-color: #FAFDB9;
}
</style>