Shades of Chiffon #FAFDB8
Tints of Chiffon #FAFDB8
RGB
CMYK
RGB Variations
Color information
#FAFDB8 (or 0xFAFDB8) is known color: Chiffon. HEX triplet: FA, FD and B8. RGB value is (250,253,184). Sum of RGB (Red+Green+Blue) = 250+253+184=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 184 (72.27% from 255 or 26.78% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDB8 is #050247. Grayscale: #F4F4F4. Windows color (decimal): -328264 or 12123642. OLE color: 12123642.
HSL color Cylindrical-coordinate representation of color #FAFDB8: hue angle of 62.61º degrees, saturation: 0.95, 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 #FAFDB8 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 184 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.01 |
| HSL | 62.61º | 0.95% | 0.86% | - |
| HSV(B) | 62.61º | 0.27% | 0.99% | - |
| XYZ | 83.2 | 94.04 | 59.11 | - |
| YUV | 244.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 184 | 0.01 | 0 | 0.27 | 0.01 | 62.61 | 0.95 | 0.86 |
| Hex | FA | FD | B8 | 1 | 0 | 1B | 1 | 3F | 5F | 56 |
| Octal | 372 | 375 | 270 | 1 | 0 | 33 | 1 | 77 | 137 | 126 |
| Binary | 11111010 | 11111101 | 10111000 | 1 | 0 | 11011 | 1 | 111111 | 1011111 | 1010110 |
Color Harmonies of #FAFDB8
Complementary color
Monochromatic Colors of #FAFDB8
Black with #FAFDB8
Text Example
Text Example
White with #FAFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDB8; }
p { color: rgb(250,253,184); }
H1.HeaderClassName
{
color: #FAFDB8;
}
.AnyTagClassName
{
color: #FAFDB8;
}
</style>
background-color css
<style>
a { background-color: #FAFDB8; }
a { background-color: rgb(250,253,184); }
div.DivClassName
{
background-color: #FAFDB8;
}
.BgClassName
{
background-color: #FAFDB8;
}
</style>
border-color css
<style>
span { border-color: #FAFDB8; }
span { border-color: rgb(250,253,184); }
td.TdClassName
{
border-color: #FAFDB8;
}
.TagClassName
{
border-color: #FAFDB8;
}
</style>