Shades of White Nectar #F5F3DB
Tints of White Nectar #F5F3DB
RGB
CMYK
RGB Variations
Color information
#F5F3DB (or 0xF5F3DB) is known color: White Nectar. HEX triplet: F5, F3 and DB. RGB value is (245,243,219). Sum of RGB (Red+Green+Blue) = 245+243+219=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3DB is #0A0C24. Grayscale: #F0F0F0. Windows color (decimal): -658469 or 14414837. OLE color: 14414837.
HSL color Cylindrical-coordinate representation of color #F5F3DB: hue angle of 55.38º 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 #F5F3DB is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 219 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.04 |
| HSL | 55.38º | 0.57% | 0.91% | - |
| HSV(B) | 55.38º | 0.11% | 0.96% | - |
| XYZ | 82.49 | 88.63 | 79.78 | - |
| YUV | 240.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 219 | 0 | 0.01 | 0.11 | 0.04 | 55.38 | 0.57 | 0.91 |
| Hex | F5 | F3 | DB | 0 | 1 | B | 4 | 37 | 39 | 5B |
| Octal | 365 | 363 | 333 | 0 | 1 | 13 | 4 | 67 | 71 | 133 |
| Binary | 11110101 | 11110011 | 11011011 | 0 | 1 | 1011 | 100 | 110111 | 111001 | 1011011 |
Color Harmonies of #F5F3DB
Complementary color
Monochromatic Colors of #F5F3DB
Black with #F5F3DB
Text Example
Text Example
White with #F5F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3DB; }
p { color: rgb(245,243,219); }
H1.HeaderClassName
{
color: #F5F3DB;
}
.AnyTagClassName
{
color: #F5F3DB;
}
</style>
background-color css
<style>
a { background-color: #F5F3DB; }
a { background-color: rgb(245,243,219); }
div.DivClassName
{
background-color: #F5F3DB;
}
.BgClassName
{
background-color: #F5F3DB;
}
</style>
border-color css
<style>
span { border-color: #F5F3DB; }
span { border-color: rgb(245,243,219); }
td.TdClassName
{
border-color: #F5F3DB;
}
.TagClassName
{
border-color: #F5F3DB;
}
</style>