Shades of Varden #FCEDD1
Tints of Varden #FCEDD1
RGB
CMYK
RGB Variations
Color information
#FCEDD1 (or 0xFCEDD1) is known color: Varden. HEX triplet: FC, ED and D1. RGB value is (252,237,209). Sum of RGB (Red+Green+Blue) = 252+237+209=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDD1 is #03122E. Grayscale: #EEEEEE. Windows color (decimal): -201263 or 13757948. OLE color: 13757948.
HSL color Cylindrical-coordinate representation of color #FCEDD1: hue angle of 39.07º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCEDD1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 209 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.01 |
| HSL | 39.07º | 0.88% | 0.9% | - |
| HSV(B) | 39.07º | 0.17% | 0.99% | - |
| XYZ | 81.94 | 85.87 | 72.58 | - |
| YUV | 238.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 209 | 0 | 0.06 | 0.17 | 0.01 | 39.07 | 0.88 | 0.9 |
| Hex | FC | ED | D1 | 0 | 6 | 11 | 1 | 27 | 58 | 5A |
| Octal | 374 | 355 | 321 | 0 | 6 | 21 | 1 | 47 | 130 | 132 |
| Binary | 11111100 | 11101101 | 11010001 | 0 | 110 | 10001 | 1 | 100111 | 1011000 | 1011010 |
Color Harmonies of #FCEDD1
Complementary color
Monochromatic Colors of #FCEDD1
Black with #FCEDD1
Text Example
Text Example
White with #FCEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDD1; }
p { color: rgb(252,237,209); }
H1.HeaderClassName
{
color: #FCEDD1;
}
.AnyTagClassName
{
color: #FCEDD1;
}
</style>
background-color css
<style>
a { background-color: #FCEDD1; }
a { background-color: rgb(252,237,209); }
div.DivClassName
{
background-color: #FCEDD1;
}
.BgClassName
{
background-color: #FCEDD1;
}
</style>
border-color css
<style>
span { border-color: #FCEDD1; }
span { border-color: rgb(252,237,209); }
td.TdClassName
{
border-color: #FCEDD1;
}
.TagClassName
{
border-color: #FCEDD1;
}
</style>