Shades of Varden #FEF0CE
Tints of Varden #FEF0CE
RGB
CMYK
RGB Variations
Color information
#FEF0CE (or 0xFEF0CE) is known color: Varden. HEX triplet: FE, F0 and CE. RGB value is (254,240,206). Sum of RGB (Red+Green+Blue) = 254+240+206=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CE is #010F31. Grayscale: #F0F0F0. Windows color (decimal): -69426 or 13562110. OLE color: 13562110.
HSL color Cylindrical-coordinate representation of color #FEF0CE: hue angle of 42.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEF0CE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 206 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.00 |
| HSL | 42.5º | 0.96% | 0.9% | - |
| HSV(B) | 42.5º | 0.19% | 1% | - |
| XYZ | 83.17 | 87.85 | 70.97 | - |
| YUV | 240.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 206 | 0 | 0.06 | 0.19 | 0.00 | 42.5 | 0.96 | 0.9 |
| Hex | FE | F0 | CE | 0 | 6 | 13 | 0 | 2A | 60 | 5A |
| Octal | 376 | 360 | 316 | 0 | 6 | 23 | 0 | 52 | 140 | 132 |
| Binary | 11111110 | 11110000 | 11001110 | 0 | 110 | 10011 | 0 | 101010 | 1100000 | 1011010 |
Color Harmonies of #FEF0CE
Complementary color
Monochromatic Colors of #FEF0CE
Black with #FEF0CE
Text Example
Text Example
White with #FEF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0CE; }
p { color: rgb(254,240,206); }
H1.HeaderClassName
{
color: #FEF0CE;
}
.AnyTagClassName
{
color: #FEF0CE;
}
</style>
background-color css
<style>
a { background-color: #FEF0CE; }
a { background-color: rgb(254,240,206); }
div.DivClassName
{
background-color: #FEF0CE;
}
.BgClassName
{
background-color: #FEF0CE;
}
</style>
border-color css
<style>
span { border-color: #FEF0CE; }
span { border-color: rgb(254,240,206); }
td.TdClassName
{
border-color: #FEF0CE;
}
.TagClassName
{
border-color: #FEF0CE;
}
</style>