Shades of Varden #FEEED2
Tints of Varden #FEEED2
RGB
CMYK
RGB Variations
Color information
#FEEED2 (or 0xFEEED2) is known color: Varden. HEX triplet: FE, EE and D2. RGB value is (254,238,210). Sum of RGB (Red+Green+Blue) = 254+238+210=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEED2 is #01112D. Grayscale: #EFEFEF. Windows color (decimal): -69934 or 13823742. OLE color: 13823742.
HSL color Cylindrical-coordinate representation of color #FEEED2: hue angle of 38.18º 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 #FEEED2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 210 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.00 |
| HSL | 38.18º | 0.96% | 0.91% | - |
| HSV(B) | 38.18º | 0.17% | 1% | - |
| XYZ | 83.08 | 86.87 | 73.36 | - |
| YUV | 239.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 210 | 0 | 0.06 | 0.17 | 0.00 | 38.18 | 0.96 | 0.91 |
| Hex | FE | EE | D2 | 0 | 6 | 11 | 0 | 26 | 60 | 5B |
| Octal | 376 | 356 | 322 | 0 | 6 | 21 | 0 | 46 | 140 | 133 |
| Binary | 11111110 | 11101110 | 11010010 | 0 | 110 | 10001 | 0 | 100110 | 1100000 | 1011011 |
Color Harmonies of #FEEED2
Complementary color
Monochromatic Colors of #FEEED2
Black with #FEEED2
Text Example
Text Example
White with #FEEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEED2; }
p { color: rgb(254,238,210); }
H1.HeaderClassName
{
color: #FEEED2;
}
.AnyTagClassName
{
color: #FEEED2;
}
</style>
background-color css
<style>
a { background-color: #FEEED2; }
a { background-color: rgb(254,238,210); }
div.DivClassName
{
background-color: #FEEED2;
}
.BgClassName
{
background-color: #FEEED2;
}
</style>
border-color css
<style>
span { border-color: #FEEED2; }
span { border-color: rgb(254,238,210); }
td.TdClassName
{
border-color: #FEEED2;
}
.TagClassName
{
border-color: #FEEED2;
}
</style>