Shades of Varden #FEF0CD
Tints of Varden #FEF0CD
RGB
CMYK
RGB Variations
Color information
#FEF0CD (or 0xFEF0CD) is known color: Varden. HEX triplet: FE, F0 and CD. RGB value is (254,240,205). Sum of RGB (Red+Green+Blue) = 254+240+205=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 205 (80.47% from 255 or 29.33% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CD is #010F32. Grayscale: #F0F0F0. Windows color (decimal): -69427 or 13496574. OLE color: 13496574.
HSL color Cylindrical-coordinate representation of color #FEF0CD: hue angle of 42.86º 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 #FEF0CD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 205 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.00 |
| HSL | 42.86º | 0.96% | 0.9% | - |
| HSV(B) | 42.86º | 0.19% | 1% | - |
| XYZ | 83.05 | 87.8 | 70.33 | - |
| YUV | 240.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 205 | 0 | 0.06 | 0.19 | 0.00 | 42.86 | 0.96 | 0.9 |
| Hex | FE | F0 | CD | 0 | 6 | 13 | 0 | 2B | 60 | 5A |
| Octal | 376 | 360 | 315 | 0 | 6 | 23 | 0 | 53 | 140 | 132 |
| Binary | 11111110 | 11110000 | 11001101 | 0 | 110 | 10011 | 0 | 101011 | 1100000 | 1011010 |
Color Harmonies of #FEF0CD
Complementary color
Monochromatic Colors of #FEF0CD
Black with #FEF0CD
Text Example
Text Example
White with #FEF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0CD; }
p { color: rgb(254,240,205); }
H1.HeaderClassName
{
color: #FEF0CD;
}
.AnyTagClassName
{
color: #FEF0CD;
}
</style>
background-color css
<style>
a { background-color: #FEF0CD; }
a { background-color: rgb(254,240,205); }
div.DivClassName
{
background-color: #FEF0CD;
}
.BgClassName
{
background-color: #FEF0CD;
}
</style>
border-color css
<style>
span { border-color: #FEF0CD; }
span { border-color: rgb(254,240,205); }
td.TdClassName
{
border-color: #FEF0CD;
}
.TagClassName
{
border-color: #FEF0CD;
}
</style>