Shades of White Nectar #FDF9D7
Tints of White Nectar #FDF9D7
RGB
CMYK
RGB Variations
Color information
#FDF9D7 (or 0xFDF9D7) is known color: White Nectar. HEX triplet: FD, F9 and D7. RGB value is (253,249,215). Sum of RGB (Red+Green+Blue) = 253+249+215=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 215 (84.38% from 255 or 29.99% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9D7 is #020628. Grayscale: #F6F6F6. Windows color (decimal): -132649 or 14154237. OLE color: 14154237.
HSL color Cylindrical-coordinate representation of color #FDF9D7: hue angle of 53.68º 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 #FDF9D7 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 215 | - |
CMYK | 0 | 0.02 | 0.15 | 0.01 |
HSL | 53.68º | 0.9% | 0.92% | - |
HSV(B) | 53.68º | 0.15% | 0.99% | - |
XYZ | 86.65 | 93.54 | 77.78 | - |
YUV | 246.32 | 110.33 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 215 | 0 | 0.02 | 0.15 | 0.01 | 53.68 | 0.9 | 0.92 |
Hex | FD | F9 | D7 | 0 | 2 | F | 1 | 36 | 5A | 5C |
Octal | 375 | 371 | 327 | 0 | 2 | 17 | 1 | 66 | 132 | 134 |
Binary | 11111101 | 11111001 | 11010111 | 0 | 10 | 1111 | 1 | 110110 | 1011010 | 1011100 |
Color Harmonies of #FDF9D7
Complementary color
Monochromatic Colors of #FDF9D7
Black with #FDF9D7
Text Example
Text Example
White with #FDF9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9D7; }
p { color: rgb(253,249,215); }
H1.HeaderClassName
{
color: #FDF9D7;
}
.AnyTagClassName
{
color: #FDF9D7;
}
</style>
background-color css
<style>
a { background-color: #FDF9D7; }
a { background-color: rgb(253,249,215); }
div.DivClassName
{
background-color: #FDF9D7;
}
.BgClassName
{
background-color: #FDF9D7;
}
</style>
border-color css
<style>
span { border-color: #FDF9D7; }
span { border-color: rgb(253,249,215); }
td.TdClassName
{
border-color: #FDF9D7;
}
.TagClassName
{
border-color: #FDF9D7;
}
</style>