Shades of White Nectar #FBF9D8
Tints of White Nectar #FBF9D8
RGB
CMYK
RGB Variations
Color information
#FBF9D8 (or 0xFBF9D8) is known color: White Nectar. HEX triplet: FB, F9 and D8. RGB value is (251,249,216). Sum of RGB (Red+Green+Blue) = 251+249+216=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 216 (84.77% from 255 or 30.17% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9D8 is #040627. Grayscale: #F5F5F5. Windows color (decimal): -263720 or 14219771. OLE color: 14219771.
HSL color Cylindrical-coordinate representation of color #FBF9D8: hue angle of 56.57º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBF9D8 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 216 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.02 |
| HSL | 56.57º | 0.81% | 0.92% | - |
| HSV(B) | 56.57º | 0.14% | 0.98% | - |
| XYZ | 86.05 | 93.22 | 78.42 | - |
| YUV | 245.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 216 | 0 | 0.01 | 0.14 | 0.02 | 56.57 | 0.81 | 0.92 |
| Hex | FB | F9 | D8 | 0 | 1 | E | 2 | 39 | 51 | 5C |
| Octal | 373 | 371 | 330 | 0 | 1 | 16 | 2 | 71 | 121 | 134 |
| Binary | 11111011 | 11111001 | 11011000 | 0 | 1 | 1110 | 10 | 111001 | 1010001 | 1011100 |
Color Harmonies of #FBF9D8
Complementary color
Monochromatic Colors of #FBF9D8
Black with #FBF9D8
Text Example
Text Example
White with #FBF9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9D8; }
p { color: rgb(251,249,216); }
H1.HeaderClassName
{
color: #FBF9D8;
}
.AnyTagClassName
{
color: #FBF9D8;
}
</style>
background-color css
<style>
a { background-color: #FBF9D8; }
a { background-color: rgb(251,249,216); }
div.DivClassName
{
background-color: #FBF9D8;
}
.BgClassName
{
background-color: #FBF9D8;
}
</style>
border-color css
<style>
span { border-color: #FBF9D8; }
span { border-color: rgb(251,249,216); }
td.TdClassName
{
border-color: #FBF9D8;
}
.TagClassName
{
border-color: #FBF9D8;
}
</style>