Shades of White Nectar #F5F2DA
Tints of White Nectar #F5F2DA
RGB
CMYK
RGB Variations
Color information
#F5F2DA (or 0xF5F2DA) is known color: White Nectar. HEX triplet: F5, F2 and DA. RGB value is (245,242,218). Sum of RGB (Red+Green+Blue) = 245+242+218=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2DA is #0A0D25. Grayscale: #F0F0F0. Windows color (decimal): -658726 or 14349045. OLE color: 14349045.
HSL color Cylindrical-coordinate representation of color #F5F2DA: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5F2DA is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 218 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.04 |
| HSL | 53.33º | 0.57% | 0.91% | - |
| HSV(B) | 53.33º | 0.11% | 0.96% | - |
| XYZ | 82.06 | 87.98 | 78.99 | - |
| YUV | 240.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 218 | 0 | 0.01 | 0.11 | 0.04 | 53.33 | 0.57 | 0.91 |
| Hex | F5 | F2 | DA | 0 | 1 | B | 4 | 35 | 39 | 5B |
| Octal | 365 | 362 | 332 | 0 | 1 | 13 | 4 | 65 | 71 | 133 |
| Binary | 11110101 | 11110010 | 11011010 | 0 | 1 | 1011 | 100 | 110101 | 111001 | 1011011 |
Color Harmonies of #F5F2DA
Complementary color
Monochromatic Colors of #F5F2DA
Black with #F5F2DA
Text Example
Text Example
White with #F5F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2DA; }
p { color: rgb(245,242,218); }
H1.HeaderClassName
{
color: #F5F2DA;
}
.AnyTagClassName
{
color: #F5F2DA;
}
</style>
background-color css
<style>
a { background-color: #F5F2DA; }
a { background-color: rgb(245,242,218); }
div.DivClassName
{
background-color: #F5F2DA;
}
.BgClassName
{
background-color: #F5F2DA;
}
</style>
border-color css
<style>
span { border-color: #F5F2DA; }
span { border-color: rgb(245,242,218); }
td.TdClassName
{
border-color: #F5F2DA;
}
.TagClassName
{
border-color: #F5F2DA;
}
</style>