Shades of Varden #F8ECD5
Tints of Varden #F8ECD5
RGB
CMYK
RGB Variations
Color information
#F8ECD5 (or 0xF8ECD5) is known color: Varden. HEX triplet: F8, EC and D5. RGB value is (248,236,213). Sum of RGB (Red+Green+Blue) = 248+236+213=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECD5 is #07132A. Grayscale: #EDEDED. Windows color (decimal): -463659 or 14019832. OLE color: 14019832.
HSL color Cylindrical-coordinate representation of color #F8ECD5: hue angle of 39.43º 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 #F8ECD5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 213 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.03 |
| HSL | 39.43º | 0.71% | 0.9% | - |
| HSV(B) | 39.43º | 0.14% | 0.97% | - |
| XYZ | 80.72 | 84.75 | 75.06 | - |
| YUV | 236.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 213 | 0 | 0.05 | 0.14 | 0.03 | 39.43 | 0.71 | 0.9 |
| Hex | F8 | EC | D5 | 0 | 5 | E | 3 | 27 | 47 | 5A |
| Octal | 370 | 354 | 325 | 0 | 5 | 16 | 3 | 47 | 107 | 132 |
| Binary | 11111000 | 11101100 | 11010101 | 0 | 101 | 1110 | 11 | 100111 | 1000111 | 1011010 |
Color Harmonies of #F8ECD5
Complementary color
Monochromatic Colors of #F8ECD5
Black with #F8ECD5
Text Example
Text Example
White with #F8ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECD5; }
p { color: rgb(248,236,213); }
H1.HeaderClassName
{
color: #F8ECD5;
}
.AnyTagClassName
{
color: #F8ECD5;
}
</style>
background-color css
<style>
a { background-color: #F8ECD5; }
a { background-color: rgb(248,236,213); }
div.DivClassName
{
background-color: #F8ECD5;
}
.BgClassName
{
background-color: #F8ECD5;
}
</style>
border-color css
<style>
span { border-color: #F8ECD5; }
span { border-color: rgb(248,236,213); }
td.TdClassName
{
border-color: #F8ECD5;
}
.TagClassName
{
border-color: #F8ECD5;
}
</style>