Shades of White Nectar #FBF7D3
Tints of White Nectar #FBF7D3
RGB
CMYK
RGB Variations
Color information
#FBF7D3 (or 0xFBF7D3) is known color: White Nectar. HEX triplet: FB, F7 and D3. RGB value is (251,247,211). Sum of RGB (Red+Green+Blue) = 251+247+211=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 247 (96.88% from 255 or 34.84% from 709); Blue value is 211 (82.81% from 255 or 29.76% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7D3 is #04082C. Grayscale: #F4F4F4. Windows color (decimal): -264237 or 13891579. OLE color: 13891579.
HSL color Cylindrical-coordinate representation of color #FBF7D3: hue angle of 54º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBF7D3 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 211 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.02 |
| HSL | 54º | 0.83% | 0.91% | - |
| HSV(B) | 54º | 0.16% | 0.98% | - |
| XYZ | 84.8 | 91.73 | 74.86 | - |
| YUV | 244.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 211 | 0 | 0.02 | 0.16 | 0.02 | 54 | 0.83 | 0.91 |
| Hex | FB | F7 | D3 | 0 | 2 | 10 | 2 | 36 | 53 | 5B |
| Octal | 373 | 367 | 323 | 0 | 2 | 20 | 2 | 66 | 123 | 133 |
| Binary | 11111011 | 11110111 | 11010011 | 0 | 10 | 10000 | 10 | 110110 | 1010011 | 1011011 |
Color Harmonies of #FBF7D3
Complementary color
Monochromatic Colors of #FBF7D3
Black with #FBF7D3
Text Example
Text Example
White with #FBF7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7D3; }
p { color: rgb(251,247,211); }
H1.HeaderClassName
{
color: #FBF7D3;
}
.AnyTagClassName
{
color: #FBF7D3;
}
</style>
background-color css
<style>
a { background-color: #FBF7D3; }
a { background-color: rgb(251,247,211); }
div.DivClassName
{
background-color: #FBF7D3;
}
.BgClassName
{
background-color: #FBF7D3;
}
</style>
border-color css
<style>
span { border-color: #FBF7D3; }
span { border-color: rgb(251,247,211); }
td.TdClassName
{
border-color: #FBF7D3;
}
.TagClassName
{
border-color: #FBF7D3;
}
</style>