Shades of White Nectar #FDFBD8
Tints of White Nectar #FDFBD8
RGB
CMYK
RGB Variations
Color information
#FDFBD8 (or 0xFDFBD8) is known color: White Nectar. HEX triplet: FD, FB and D8. RGB value is (253,251,216). Sum of RGB (Red+Green+Blue) = 253+251+216=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 216 (84.77% from 255 or 30% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBD8 is #020427. Grayscale: #F7F7F7. Windows color (decimal): -132136 or 14220285. OLE color: 14220285.
HSL color Cylindrical-coordinate representation of color #FDFBD8: hue angle of 56.76º 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 #FDFBD8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 216 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.01 |
| HSL | 56.76º | 0.9% | 0.92% | - |
| HSV(B) | 56.76º | 0.15% | 0.99% | - |
| XYZ | 87.4 | 94.83 | 78.66 | - |
| YUV | 247.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 216 | 0 | 0.01 | 0.15 | 0.01 | 56.76 | 0.9 | 0.92 |
| Hex | FD | FB | D8 | 0 | 1 | F | 1 | 39 | 5A | 5C |
| Octal | 375 | 373 | 330 | 0 | 1 | 17 | 1 | 71 | 132 | 134 |
| Binary | 11111101 | 11111011 | 11011000 | 0 | 1 | 1111 | 1 | 111001 | 1011010 | 1011100 |
Color Harmonies of #FDFBD8
Complementary color
Monochromatic Colors of #FDFBD8
Black with #FDFBD8
Text Example
Text Example
White with #FDFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBD8; }
p { color: rgb(253,251,216); }
H1.HeaderClassName
{
color: #FDFBD8;
}
.AnyTagClassName
{
color: #FDFBD8;
}
</style>
background-color css
<style>
a { background-color: #FDFBD8; }
a { background-color: rgb(253,251,216); }
div.DivClassName
{
background-color: #FDFBD8;
}
.BgClassName
{
background-color: #FDFBD8;
}
</style>
border-color css
<style>
span { border-color: #FDFBD8; }
span { border-color: rgb(253,251,216); }
td.TdClassName
{
border-color: #FDFBD8;
}
.TagClassName
{
border-color: #FDFBD8;
}
</style>