Shades of White Nectar #FBF7D5
Tints of White Nectar #FBF7D5
RGB
CMYK
RGB Variations
Color information
#FBF7D5 (or 0xFBF7D5) is known color: White Nectar. HEX triplet: FB, F7 and D5. RGB value is (251,247,213). Sum of RGB (Red+Green+Blue) = 251+247+213=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 213 (83.59% from 255 or 29.96% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7D5 is #04082A. Grayscale: #F4F4F4. Windows color (decimal): -264235 or 14022651. OLE color: 14022651.
HSL color Cylindrical-coordinate representation of color #FBF7D5: hue angle of 53.68º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBF7D5 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 213 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.02 |
| HSL | 53.68º | 0.83% | 0.91% | - |
| HSV(B) | 53.68º | 0.15% | 0.98% | - |
| XYZ | 85.05 | 91.83 | 76.19 | - |
| YUV | 244.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 213 | 0 | 0.02 | 0.15 | 0.02 | 53.68 | 0.83 | 0.91 |
| Hex | FB | F7 | D5 | 0 | 2 | F | 2 | 36 | 53 | 5B |
| Octal | 373 | 367 | 325 | 0 | 2 | 17 | 2 | 66 | 123 | 133 |
| Binary | 11111011 | 11110111 | 11010101 | 0 | 10 | 1111 | 10 | 110110 | 1010011 | 1011011 |
Color Harmonies of #FBF7D5
Complementary color
Monochromatic Colors of #FBF7D5
Black with #FBF7D5
Text Example
Text Example
White with #FBF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7D5; }
p { color: rgb(251,247,213); }
H1.HeaderClassName
{
color: #FBF7D5;
}
.AnyTagClassName
{
color: #FBF7D5;
}
</style>
background-color css
<style>
a { background-color: #FBF7D5; }
a { background-color: rgb(251,247,213); }
div.DivClassName
{
background-color: #FBF7D5;
}
.BgClassName
{
background-color: #FBF7D5;
}
</style>
border-color css
<style>
span { border-color: #FBF7D5; }
span { border-color: rgb(251,247,213); }
td.TdClassName
{
border-color: #FBF7D5;
}
.TagClassName
{
border-color: #FBF7D5;
}
</style>