Shades of White Nectar #F8F5D4
Tints of White Nectar #F8F5D4
RGB
CMYK
RGB Variations
Color information
#F8F5D4 (or 0xF8F5D4) is known color: White Nectar. HEX triplet: F8, F5 and D4. RGB value is (248,245,212). Sum of RGB (Red+Green+Blue) = 248+245+212=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5D4 is #070A2B. Grayscale: #F2F2F2. Windows color (decimal): -461356 or 13956600. OLE color: 13956600.
HSL color Cylindrical-coordinate representation of color #F8F5D4: hue angle of 55º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8F5D4 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 212 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.03 |
| HSL | 55º | 0.72% | 0.9% | - |
| HSV(B) | 55º | 0.15% | 0.97% | - |
| XYZ | 83.25 | 90.01 | 75.27 | - |
| YUV | 242.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 212 | 0 | 0.01 | 0.15 | 0.03 | 55 | 0.72 | 0.9 |
| Hex | F8 | F5 | D4 | 0 | 1 | F | 3 | 37 | 48 | 5A |
| Octal | 370 | 365 | 324 | 0 | 1 | 17 | 3 | 67 | 110 | 132 |
| Binary | 11111000 | 11110101 | 11010100 | 0 | 1 | 1111 | 11 | 110111 | 1001000 | 1011010 |
Color Harmonies of #F8F5D4
Complementary color
Monochromatic Colors of #F8F5D4
Black with #F8F5D4
Text Example
Text Example
White with #F8F5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5D4; }
p { color: rgb(248,245,212); }
H1.HeaderClassName
{
color: #F8F5D4;
}
.AnyTagClassName
{
color: #F8F5D4;
}
</style>
background-color css
<style>
a { background-color: #F8F5D4; }
a { background-color: rgb(248,245,212); }
div.DivClassName
{
background-color: #F8F5D4;
}
.BgClassName
{
background-color: #F8F5D4;
}
</style>
border-color css
<style>
span { border-color: #F8F5D4; }
span { border-color: rgb(248,245,212); }
td.TdClassName
{
border-color: #F8F5D4;
}
.TagClassName
{
border-color: #F8F5D4;
}
</style>