Shades of White Nectar #F8F5D5
Tints of White Nectar #F8F5D5
RGB
CMYK
RGB Variations
Color information
#F8F5D5 (or 0xF8F5D5) is known color: White Nectar. HEX triplet: F8, F5 and D5. RGB value is (248,245,213). Sum of RGB (Red+Green+Blue) = 248+245+213=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5D5 is #070A2A. Grayscale: #F2F2F2. Windows color (decimal): -461355 or 14022136. OLE color: 14022136.
HSL color Cylindrical-coordinate representation of color #F8F5D5: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8F5D5 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 213 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.03 |
| HSL | 54.86º | 0.71% | 0.9% | - |
| HSV(B) | 54.86º | 0.14% | 0.97% | - |
| XYZ | 83.37 | 90.07 | 75.94 | - |
| YUV | 242.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 213 | 0 | 0.01 | 0.14 | 0.03 | 54.86 | 0.71 | 0.9 |
| Hex | F8 | F5 | D5 | 0 | 1 | E | 3 | 37 | 47 | 5A |
| Octal | 370 | 365 | 325 | 0 | 1 | 16 | 3 | 67 | 107 | 132 |
| Binary | 11111000 | 11110101 | 11010101 | 0 | 1 | 1110 | 11 | 110111 | 1000111 | 1011010 |
Color Harmonies of #F8F5D5
Complementary color
Monochromatic Colors of #F8F5D5
Black with #F8F5D5
Text Example
Text Example
White with #F8F5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5D5; }
p { color: rgb(248,245,213); }
H1.HeaderClassName
{
color: #F8F5D5;
}
.AnyTagClassName
{
color: #F8F5D5;
}
</style>
background-color css
<style>
a { background-color: #F8F5D5; }
a { background-color: rgb(248,245,213); }
div.DivClassName
{
background-color: #F8F5D5;
}
.BgClassName
{
background-color: #F8F5D5;
}
</style>
border-color css
<style>
span { border-color: #F8F5D5; }
span { border-color: rgb(248,245,213); }
td.TdClassName
{
border-color: #F8F5D5;
}
.TagClassName
{
border-color: #F8F5D5;
}
</style>