Shades of Varden #FEF1D5
Tints of Varden #FEF1D5
RGB
CMYK
RGB Variations
Color information
#FEF1D5 (or 0xFEF1D5) is known color: Varden. HEX triplet: FE, F1 and D5. RGB value is (254,241,213). Sum of RGB (Red+Green+Blue) = 254+241+213=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 213 (83.59% from 255 or 30.08% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1D5 is #010E2A. Grayscale: #F1F1F1. Windows color (decimal): -69163 or 14021118. OLE color: 14021118.
HSL color Cylindrical-coordinate representation of color #FEF1D5: hue angle of 40.98º 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 #FEF1D5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 213 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.00 |
| HSL | 40.98º | 0.95% | 0.92% | - |
| HSV(B) | 40.98º | 0.16% | 1% | - |
| XYZ | 84.34 | 88.79 | 75.64 | - |
| YUV | 241.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 213 | 0 | 0.05 | 0.16 | 0.00 | 40.98 | 0.95 | 0.92 |
| Hex | FE | F1 | D5 | 0 | 5 | 10 | 0 | 29 | 5F | 5C |
| Octal | 376 | 361 | 325 | 0 | 5 | 20 | 0 | 51 | 137 | 134 |
| Binary | 11111110 | 11110001 | 11010101 | 0 | 101 | 10000 | 0 | 101001 | 1011111 | 1011100 |
Color Harmonies of #FEF1D5
Complementary color
Monochromatic Colors of #FEF1D5
Black with #FEF1D5
Text Example
Text Example
White with #FEF1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1D5; }
p { color: rgb(254,241,213); }
H1.HeaderClassName
{
color: #FEF1D5;
}
.AnyTagClassName
{
color: #FEF1D5;
}
</style>
background-color css
<style>
a { background-color: #FEF1D5; }
a { background-color: rgb(254,241,213); }
div.DivClassName
{
background-color: #FEF1D5;
}
.BgClassName
{
background-color: #FEF1D5;
}
</style>
border-color css
<style>
span { border-color: #FEF1D5; }
span { border-color: rgb(254,241,213); }
td.TdClassName
{
border-color: #FEF1D5;
}
.TagClassName
{
border-color: #FEF1D5;
}
</style>