Shades of Varden #FEF1D3
Tints of Varden #FEF1D3
RGB
CMYK
RGB Variations
Color information
#FEF1D3 (or 0xFEF1D3) is known color: Varden. HEX triplet: FE, F1 and D3. RGB value is (254,241,211). Sum of RGB (Red+Green+Blue) = 254+241+211=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 211 (82.81% from 255 or 29.89% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1D3 is #010E2C. Grayscale: #F1F1F1. Windows color (decimal): -69165 or 13890046. OLE color: 13890046.
HSL color Cylindrical-coordinate representation of color #FEF1D3: hue angle of 41.86º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF1D3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 211 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.00 |
| HSL | 41.86º | 0.96% | 0.91% | - |
| HSV(B) | 41.86º | 0.17% | 1% | - |
| XYZ | 84.09 | 88.68 | 74.31 | - |
| YUV | 241.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 211 | 0 | 0.05 | 0.17 | 0.00 | 41.86 | 0.96 | 0.91 |
| Hex | FE | F1 | D3 | 0 | 5 | 11 | 0 | 2A | 60 | 5B |
| Octal | 376 | 361 | 323 | 0 | 5 | 21 | 0 | 52 | 140 | 133 |
| Binary | 11111110 | 11110001 | 11010011 | 0 | 101 | 10001 | 0 | 101010 | 1100000 | 1011011 |
Color Harmonies of #FEF1D3
Complementary color
Monochromatic Colors of #FEF1D3
Black with #FEF1D3
Text Example
Text Example
White with #FEF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1D3; }
p { color: rgb(254,241,211); }
H1.HeaderClassName
{
color: #FEF1D3;
}
.AnyTagClassName
{
color: #FEF1D3;
}
</style>
background-color css
<style>
a { background-color: #FEF1D3; }
a { background-color: rgb(254,241,211); }
div.DivClassName
{
background-color: #FEF1D3;
}
.BgClassName
{
background-color: #FEF1D3;
}
</style>
border-color css
<style>
span { border-color: #FEF1D3; }
span { border-color: rgb(254,241,211); }
td.TdClassName
{
border-color: #FEF1D3;
}
.TagClassName
{
border-color: #FEF1D3;
}
</style>