Shades of Varden #FEF1D4
Tints of Varden #FEF1D4
RGB
CMYK
RGB Variations
Color information
#FEF1D4 (or 0xFEF1D4) is known color: Varden. HEX triplet: FE, F1 and D4. RGB value is (254,241,212). Sum of RGB (Red+Green+Blue) = 254+241+212=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1D4 is #010E2B. Grayscale: #F1F1F1. Windows color (decimal): -69164 or 13955582. OLE color: 13955582.
HSL color Cylindrical-coordinate representation of color #FEF1D4: hue angle of 41.43º 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 #FEF1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 212 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.00 |
| HSL | 41.43º | 0.95% | 0.91% | - |
| HSV(B) | 41.43º | 0.17% | 1% | - |
| XYZ | 84.21 | 88.73 | 74.98 | - |
| YUV | 241.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 212 | 0 | 0.05 | 0.17 | 0.00 | 41.43 | 0.95 | 0.91 |
| Hex | FE | F1 | D4 | 0 | 5 | 11 | 0 | 29 | 5F | 5B |
| Octal | 376 | 361 | 324 | 0 | 5 | 21 | 0 | 51 | 137 | 133 |
| Binary | 11111110 | 11110001 | 11010100 | 0 | 101 | 10001 | 0 | 101001 | 1011111 | 1011011 |
Color Harmonies of #FEF1D4
Complementary color
Monochromatic Colors of #FEF1D4
Black with #FEF1D4
Text Example
Text Example
White with #FEF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1D4; }
p { color: rgb(254,241,212); }
H1.HeaderClassName
{
color: #FEF1D4;
}
.AnyTagClassName
{
color: #FEF1D4;
}
</style>
background-color css
<style>
a { background-color: #FEF1D4; }
a { background-color: rgb(254,241,212); }
div.DivClassName
{
background-color: #FEF1D4;
}
.BgClassName
{
background-color: #FEF1D4;
}
</style>
border-color css
<style>
span { border-color: #FEF1D4; }
span { border-color: rgb(254,241,212); }
td.TdClassName
{
border-color: #FEF1D4;
}
.TagClassName
{
border-color: #FEF1D4;
}
</style>