Shades of White Nectar #FBF6D8
Tints of White Nectar #FBF6D8
RGB
CMYK
RGB Variations
Color information
#FBF6D8 (or 0xFBF6D8) is known color: White Nectar. HEX triplet: FB, F6 and D8. RGB value is (251,246,216). Sum of RGB (Red+Green+Blue) = 251+246+216=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6D8 is #040927. Grayscale: #F4F4F4. Windows color (decimal): -264488 or 14219003. OLE color: 14219003.
HSL color Cylindrical-coordinate representation of color #FBF6D8: hue angle of 51.43º 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 #FBF6D8 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 216 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.02 |
| HSL | 51.43º | 0.81% | 0.92% | - |
| HSV(B) | 51.43º | 0.14% | 0.98% | - |
| XYZ | 85.13 | 91.38 | 78.12 | - |
| YUV | 244.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 216 | 0 | 0.02 | 0.14 | 0.02 | 51.43 | 0.81 | 0.92 |
| Hex | FB | F6 | D8 | 0 | 2 | E | 2 | 33 | 51 | 5C |
| Octal | 373 | 366 | 330 | 0 | 2 | 16 | 2 | 63 | 121 | 134 |
| Binary | 11111011 | 11110110 | 11011000 | 0 | 10 | 1110 | 10 | 110011 | 1010001 | 1011100 |
Color Harmonies of #FBF6D8
Complementary color
Monochromatic Colors of #FBF6D8
Black with #FBF6D8
Text Example
Text Example
White with #FBF6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6D8; }
p { color: rgb(251,246,216); }
H1.HeaderClassName
{
color: #FBF6D8;
}
.AnyTagClassName
{
color: #FBF6D8;
}
</style>
background-color css
<style>
a { background-color: #FBF6D8; }
a { background-color: rgb(251,246,216); }
div.DivClassName
{
background-color: #FBF6D8;
}
.BgClassName
{
background-color: #FBF6D8;
}
</style>
border-color css
<style>
span { border-color: #FBF6D8; }
span { border-color: rgb(251,246,216); }
td.TdClassName
{
border-color: #FBF6D8;
}
.TagClassName
{
border-color: #FBF6D8;
}
</style>