Shades of Varden #FEF0D5
Tints of Varden #FEF0D5
RGB
CMYK
RGB Variations
Color information
#FEF0D5 (or 0xFEF0D5) is known color: Varden. HEX triplet: FE, F0 and D5. RGB value is (254,240,213). Sum of RGB (Red+Green+Blue) = 254+240+213=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0D5 is #010F2A. Grayscale: #F1F1F1. Windows color (decimal): -69419 or 14020862. OLE color: 14020862.
HSL color Cylindrical-coordinate representation of color #FEF0D5: hue angle of 39.51º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEF0D5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 213 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.00 |
| HSL | 39.51º | 0.95% | 0.92% | - |
| HSV(B) | 39.51º | 0.16% | 1% | - |
| XYZ | 84.04 | 88.2 | 75.54 | - |
| YUV | 241.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 213 | 0 | 0.06 | 0.16 | 0.00 | 39.51 | 0.95 | 0.92 |
| Hex | FE | F0 | D5 | 0 | 6 | 10 | 0 | 28 | 5F | 5C |
| Octal | 376 | 360 | 325 | 0 | 6 | 20 | 0 | 50 | 137 | 134 |
| Binary | 11111110 | 11110000 | 11010101 | 0 | 110 | 10000 | 0 | 101000 | 1011111 | 1011100 |
Color Harmonies of #FEF0D5
Complementary color
Monochromatic Colors of #FEF0D5
Black with #FEF0D5
Text Example
Text Example
White with #FEF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0D5; }
p { color: rgb(254,240,213); }
H1.HeaderClassName
{
color: #FEF0D5;
}
.AnyTagClassName
{
color: #FEF0D5;
}
</style>
background-color css
<style>
a { background-color: #FEF0D5; }
a { background-color: rgb(254,240,213); }
div.DivClassName
{
background-color: #FEF0D5;
}
.BgClassName
{
background-color: #FEF0D5;
}
</style>
border-color css
<style>
span { border-color: #FEF0D5; }
span { border-color: rgb(254,240,213); }
td.TdClassName
{
border-color: #FEF0D5;
}
.TagClassName
{
border-color: #FEF0D5;
}
</style>