Shades of Varden #FEF0D4
Tints of Varden #FEF0D4
RGB
CMYK
RGB Variations
Color information
#FEF0D4 (or 0xFEF0D4) is known color: Varden. HEX triplet: FE, F0 and D4. RGB value is (254,240,212). Sum of RGB (Red+Green+Blue) = 254+240+212=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0D4 is #010F2B. Grayscale: #F1F1F1. Windows color (decimal): -69420 or 13955326. OLE color: 13955326.
HSL color Cylindrical-coordinate representation of color #FEF0D4: hue angle of 40º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF0D4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 212 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.00 |
| HSL | 40º | 0.95% | 0.91% | - |
| HSV(B) | 40º | 0.17% | 1% | - |
| XYZ | 83.92 | 88.14 | 74.88 | - |
| YUV | 240.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 212 | 0 | 0.06 | 0.17 | 0.00 | 40 | 0.95 | 0.91 |
| Hex | FE | F0 | D4 | 0 | 6 | 11 | 0 | 28 | 5F | 5B |
| Octal | 376 | 360 | 324 | 0 | 6 | 21 | 0 | 50 | 137 | 133 |
| Binary | 11111110 | 11110000 | 11010100 | 0 | 110 | 10001 | 0 | 101000 | 1011111 | 1011011 |
Color Harmonies of #FEF0D4
Complementary color
Monochromatic Colors of #FEF0D4
Black with #FEF0D4
Text Example
Text Example
White with #FEF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0D4; }
p { color: rgb(254,240,212); }
H1.HeaderClassName
{
color: #FEF0D4;
}
.AnyTagClassName
{
color: #FEF0D4;
}
</style>
background-color css
<style>
a { background-color: #FEF0D4; }
a { background-color: rgb(254,240,212); }
div.DivClassName
{
background-color: #FEF0D4;
}
.BgClassName
{
background-color: #FEF0D4;
}
</style>
border-color css
<style>
span { border-color: #FEF0D4; }
span { border-color: rgb(254,240,212); }
td.TdClassName
{
border-color: #FEF0D4;
}
.TagClassName
{
border-color: #FEF0D4;
}
</style>