Shades of Varden #FDEECE
Tints of Varden #FDEECE
RGB
CMYK
RGB Variations
Color information
#FDEECE (or 0xFDEECE) is known color: Varden. HEX triplet: FD, EE and CE. RGB value is (253,238,206). Sum of RGB (Red+Green+Blue) = 253+238+206=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEECE is #021131. Grayscale: #EEEEEE. Windows color (decimal): -135474 or 13561597. OLE color: 13561597.
HSL color Cylindrical-coordinate representation of color #FDEECE: hue angle of 40.85º 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 #FDEECE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 206 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 40.85º | 0.92% | 0.9% | - |
| HSV(B) | 40.85º | 0.19% | 0.99% | - |
| XYZ | 82.22 | 86.49 | 70.75 | - |
| YUV | 238.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 206 | 0 | 0.06 | 0.19 | 0.01 | 40.85 | 0.92 | 0.9 |
| Hex | FD | EE | CE | 0 | 6 | 13 | 1 | 29 | 5C | 5A |
| Octal | 375 | 356 | 316 | 0 | 6 | 23 | 1 | 51 | 134 | 132 |
| Binary | 11111101 | 11101110 | 11001110 | 0 | 110 | 10011 | 1 | 101001 | 1011100 | 1011010 |
Color Harmonies of #FDEECE
Complementary color
Monochromatic Colors of #FDEECE
Black with #FDEECE
Text Example
Text Example
White with #FDEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEECE; }
p { color: rgb(253,238,206); }
H1.HeaderClassName
{
color: #FDEECE;
}
.AnyTagClassName
{
color: #FDEECE;
}
</style>
background-color css
<style>
a { background-color: #FDEECE; }
a { background-color: rgb(253,238,206); }
div.DivClassName
{
background-color: #FDEECE;
}
.BgClassName
{
background-color: #FDEECE;
}
</style>
border-color css
<style>
span { border-color: #FDEECE; }
span { border-color: rgb(253,238,206); }
td.TdClassName
{
border-color: #FDEECE;
}
.TagClassName
{
border-color: #FDEECE;
}
</style>