Shades of Varden #FCEED1
Tints of Varden #FCEED1
RGB
CMYK
RGB Variations
Color information
#FCEED1 (or 0xFCEED1) is known color: Varden. HEX triplet: FC, EE and D1. RGB value is (252,238,209). Sum of RGB (Red+Green+Blue) = 252+238+209=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEED1 is #03112E. Grayscale: #EFEFEF. Windows color (decimal): -201007 or 13758204. OLE color: 13758204.
HSL color Cylindrical-coordinate representation of color #FCEED1: hue angle of 40.47º 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 #FCEED1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 209 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.01 |
| HSL | 40.47º | 0.88% | 0.9% | - |
| HSV(B) | 40.47º | 0.17% | 0.99% | - |
| XYZ | 82.23 | 86.45 | 72.67 | - |
| YUV | 238.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 209 | 0 | 0.06 | 0.17 | 0.01 | 40.47 | 0.88 | 0.9 |
| Hex | FC | EE | D1 | 0 | 6 | 11 | 1 | 28 | 58 | 5A |
| Octal | 374 | 356 | 321 | 0 | 6 | 21 | 1 | 50 | 130 | 132 |
| Binary | 11111100 | 11101110 | 11010001 | 0 | 110 | 10001 | 1 | 101000 | 1011000 | 1011010 |
Color Harmonies of #FCEED1
Complementary color
Monochromatic Colors of #FCEED1
Black with #FCEED1
Text Example
Text Example
White with #FCEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEED1; }
p { color: rgb(252,238,209); }
H1.HeaderClassName
{
color: #FCEED1;
}
.AnyTagClassName
{
color: #FCEED1;
}
</style>
background-color css
<style>
a { background-color: #FCEED1; }
a { background-color: rgb(252,238,209); }
div.DivClassName
{
background-color: #FCEED1;
}
.BgClassName
{
background-color: #FCEED1;
}
</style>
border-color css
<style>
span { border-color: #FCEED1; }
span { border-color: rgb(252,238,209); }
td.TdClassName
{
border-color: #FCEED1;
}
.TagClassName
{
border-color: #FCEED1;
}
</style>