Shades of Varden #FDEECD
Tints of Varden #FDEECD
RGB
CMYK
RGB Variations
Color information
#FDEECD (or 0xFDEECD) is known color: Varden. HEX triplet: FD, EE and CD. RGB value is (253,238,205). Sum of RGB (Red+Green+Blue) = 253+238+205=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEECD is #021132. Grayscale: #EEEEEE. Windows color (decimal): -135475 or 13496061. OLE color: 13496061.
HSL color Cylindrical-coordinate representation of color #FDEECD: hue angle of 41.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDEECD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 205 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 41.25º | 0.92% | 0.9% | - |
| HSV(B) | 41.25º | 0.19% | 0.99% | - |
| XYZ | 82.1 | 86.44 | 70.11 | - |
| YUV | 238.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 205 | 0 | 0.06 | 0.19 | 0.01 | 41.25 | 0.92 | 0.9 |
| Hex | FD | EE | CD | 0 | 6 | 13 | 1 | 29 | 5C | 5A |
| Octal | 375 | 356 | 315 | 0 | 6 | 23 | 1 | 51 | 134 | 132 |
| Binary | 11111101 | 11101110 | 11001101 | 0 | 110 | 10011 | 1 | 101001 | 1011100 | 1011010 |
Color Harmonies of #FDEECD
Complementary color
Monochromatic Colors of #FDEECD
Black with #FDEECD
Text Example
Text Example
White with #FDEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEECD; }
p { color: rgb(253,238,205); }
H1.HeaderClassName
{
color: #FDEECD;
}
.AnyTagClassName
{
color: #FDEECD;
}
</style>
background-color css
<style>
a { background-color: #FDEECD; }
a { background-color: rgb(253,238,205); }
div.DivClassName
{
background-color: #FDEECD;
}
.BgClassName
{
background-color: #FDEECD;
}
</style>
border-color css
<style>
span { border-color: #FDEECD; }
span { border-color: rgb(253,238,205); }
td.TdClassName
{
border-color: #FDEECD;
}
.TagClassName
{
border-color: #FDEECD;
}
</style>