Shades of Varden #FEEFD2
Tints of Varden #FEEFD2
RGB
CMYK
RGB Variations
Color information
#FEEFD2 (or 0xFEEFD2) is known color: Varden. HEX triplet: FE, EF and D2. RGB value is (254,239,210). Sum of RGB (Red+Green+Blue) = 254+239+210=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD2 is #01102D. Grayscale: #F0F0F0. Windows color (decimal): -69678 or 13823998. OLE color: 13823998.
HSL color Cylindrical-coordinate representation of color #FEEFD2: hue angle of 39.55º 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 #FEEFD2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 210 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.00 |
| HSL | 39.55º | 0.96% | 0.91% | - |
| HSV(B) | 39.55º | 0.17% | 1% | - |
| XYZ | 83.37 | 87.46 | 73.46 | - |
| YUV | 240.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 210 | 0 | 0.06 | 0.17 | 0.00 | 39.55 | 0.96 | 0.91 |
| Hex | FE | EF | D2 | 0 | 6 | 11 | 0 | 28 | 60 | 5B |
| Octal | 376 | 357 | 322 | 0 | 6 | 21 | 0 | 50 | 140 | 133 |
| Binary | 11111110 | 11101111 | 11010010 | 0 | 110 | 10001 | 0 | 101000 | 1100000 | 1011011 |
Color Harmonies of #FEEFD2
Complementary color
Monochromatic Colors of #FEEFD2
Black with #FEEFD2
Text Example
Text Example
White with #FEEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD2; }
p { color: rgb(254,239,210); }
H1.HeaderClassName
{
color: #FEEFD2;
}
.AnyTagClassName
{
color: #FEEFD2;
}
</style>
background-color css
<style>
a { background-color: #FEEFD2; }
a { background-color: rgb(254,239,210); }
div.DivClassName
{
background-color: #FEEFD2;
}
.BgClassName
{
background-color: #FEEFD2;
}
</style>
border-color css
<style>
span { border-color: #FEEFD2; }
span { border-color: rgb(254,239,210); }
td.TdClassName
{
border-color: #FEEFD2;
}
.TagClassName
{
border-color: #FEEFD2;
}
</style>