Shades of White Nectar #F5F2D8
Tints of White Nectar #F5F2D8
RGB
CMYK
RGB Variations
Color information
#F5F2D8 (or 0xF5F2D8) is known color: White Nectar. HEX triplet: F5, F2 and D8. RGB value is (245,242,216). Sum of RGB (Red+Green+Blue) = 245+242+216=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2D8 is #0A0D27. Grayscale: #F0F0F0. Windows color (decimal): -658728 or 14217973. OLE color: 14217973.
HSL color Cylindrical-coordinate representation of color #F5F2D8: hue angle of 53.79º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5F2D8 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 216 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.04 |
| HSL | 53.79º | 0.59% | 0.9% | - |
| HSV(B) | 53.79º | 0.12% | 0.96% | - |
| XYZ | 81.8 | 87.87 | 77.62 | - |
| YUV | 239.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 216 | 0 | 0.01 | 0.12 | 0.04 | 53.79 | 0.59 | 0.9 |
| Hex | F5 | F2 | D8 | 0 | 1 | C | 4 | 36 | 3B | 5A |
| Octal | 365 | 362 | 330 | 0 | 1 | 14 | 4 | 66 | 73 | 132 |
| Binary | 11110101 | 11110010 | 11011000 | 0 | 1 | 1100 | 100 | 110110 | 111011 | 1011010 |
Color Harmonies of #F5F2D8
Complementary color
Monochromatic Colors of #F5F2D8
Black with #F5F2D8
Text Example
Text Example
White with #F5F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2D8; }
p { color: rgb(245,242,216); }
H1.HeaderClassName
{
color: #F5F2D8;
}
.AnyTagClassName
{
color: #F5F2D8;
}
</style>
background-color css
<style>
a { background-color: #F5F2D8; }
a { background-color: rgb(245,242,216); }
div.DivClassName
{
background-color: #F5F2D8;
}
.BgClassName
{
background-color: #F5F2D8;
}
</style>
border-color css
<style>
span { border-color: #F5F2D8; }
span { border-color: rgb(245,242,216); }
td.TdClassName
{
border-color: #F5F2D8;
}
.TagClassName
{
border-color: #F5F2D8;
}
</style>