Shades of Varden #FEF0D0
Tints of Varden #FEF0D0
RGB
CMYK
RGB Variations
Color information
#FEF0D0 (or 0xFEF0D0) is known color: Varden. HEX triplet: FE, F0 and D0. RGB value is (254,240,208). Sum of RGB (Red+Green+Blue) = 254+240+208=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0D0 is #010F2F. Grayscale: #F0F0F0. Windows color (decimal): -69424 or 13693182. OLE color: 13693182.
HSL color Cylindrical-coordinate representation of color #FEF0D0: hue angle of 41.74º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEF0D0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 208 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.00 |
| HSL | 41.74º | 0.96% | 0.91% | - |
| HSV(B) | 41.74º | 0.18% | 1% | - |
| XYZ | 83.42 | 87.95 | 72.25 | - |
| YUV | 240.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 208 | 0 | 0.06 | 0.18 | 0.00 | 41.74 | 0.96 | 0.91 |
| Hex | FE | F0 | D0 | 0 | 6 | 12 | 0 | 2A | 60 | 5B |
| Octal | 376 | 360 | 320 | 0 | 6 | 22 | 0 | 52 | 140 | 133 |
| Binary | 11111110 | 11110000 | 11010000 | 0 | 110 | 10010 | 0 | 101010 | 1100000 | 1011011 |
Color Harmonies of #FEF0D0
Complementary color
Monochromatic Colors of #FEF0D0
Black with #FEF0D0
Text Example
Text Example
White with #FEF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0D0; }
p { color: rgb(254,240,208); }
H1.HeaderClassName
{
color: #FEF0D0;
}
.AnyTagClassName
{
color: #FEF0D0;
}
</style>
background-color css
<style>
a { background-color: #FEF0D0; }
a { background-color: rgb(254,240,208); }
div.DivClassName
{
background-color: #FEF0D0;
}
.BgClassName
{
background-color: #FEF0D0;
}
</style>
border-color css
<style>
span { border-color: #FEF0D0; }
span { border-color: rgb(254,240,208); }
td.TdClassName
{
border-color: #FEF0D0;
}
.TagClassName
{
border-color: #FEF0D0;
}
</style>