Shades of White Nectar #FDFAD8
Tints of White Nectar #FDFAD8
RGB
CMYK
RGB Variations
Color information
#FDFAD8 (or 0xFDFAD8) is known color: White Nectar. HEX triplet: FD, FA and D8. RGB value is (253,250,216). Sum of RGB (Red+Green+Blue) = 253+250+216=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 216 (84.77% from 255 or 30.04% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD8 is #020527. Grayscale: #F7F7F7. Windows color (decimal): -132392 or 14220029. OLE color: 14220029.
HSL color Cylindrical-coordinate representation of color #FDFAD8: hue angle of 55.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDFAD8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 216 | - |
CMYK | 0 | 0.01 | 0.15 | 0.01 |
HSL | 55.14º | 0.9% | 0.92% | - |
HSV(B) | 55.14º | 0.15% | 0.99% | - |
XYZ | 87.09 | 94.21 | 78.56 | - |
YUV | 247.02 | 110.49 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 216 | 0 | 0.01 | 0.15 | 0.01 | 55.14 | 0.9 | 0.92 |
Hex | FD | FA | D8 | 0 | 1 | F | 1 | 37 | 5A | 5C |
Octal | 375 | 372 | 330 | 0 | 1 | 17 | 1 | 67 | 132 | 134 |
Binary | 11111101 | 11111010 | 11011000 | 0 | 1 | 1111 | 1 | 110111 | 1011010 | 1011100 |
Color Harmonies of #FDFAD8
Complementary color
Monochromatic Colors of #FDFAD8
Black with #FDFAD8
Text Example
Text Example
White with #FDFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAD8; }
p { color: rgb(253,250,216); }
H1.HeaderClassName
{
color: #FDFAD8;
}
.AnyTagClassName
{
color: #FDFAD8;
}
</style>
background-color css
<style>
a { background-color: #FDFAD8; }
a { background-color: rgb(253,250,216); }
div.DivClassName
{
background-color: #FDFAD8;
}
.BgClassName
{
background-color: #FDFAD8;
}
</style>
border-color css
<style>
span { border-color: #FDFAD8; }
span { border-color: rgb(253,250,216); }
td.TdClassName
{
border-color: #FDFAD8;
}
.TagClassName
{
border-color: #FDFAD8;
}
</style>