Shades of Varden #FCECD0
Tints of Varden #FCECD0
RGB
CMYK
RGB Variations
Color information
#FCECD0 (or 0xFCECD0) is known color: Varden. HEX triplet: FC, EC and D0. RGB value is (252,236,208). Sum of RGB (Red+Green+Blue) = 252+236+208=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECD0 is #03132F. Grayscale: #EDEDED. Windows color (decimal): -201520 or 13692156. OLE color: 13692156.
HSL color Cylindrical-coordinate representation of color #FCECD0: hue angle of 38.18º 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 #FCECD0 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 208 | - |
CMYK | 0 | 0.06 | 0.17 | 0.01 |
HSL | 38.18º | 0.88% | 0.9% | - |
HSV(B) | 38.18º | 0.17% | 0.99% | - |
XYZ | 81.53 | 85.24 | 71.83 | - |
YUV | 237.59 | 111.3 | 138.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 208 | 0 | 0.06 | 0.17 | 0.01 | 38.18 | 0.88 | 0.9 |
Hex | FC | EC | D0 | 0 | 6 | 11 | 1 | 26 | 58 | 5A |
Octal | 374 | 354 | 320 | 0 | 6 | 21 | 1 | 46 | 130 | 132 |
Binary | 11111100 | 11101100 | 11010000 | 0 | 110 | 10001 | 1 | 100110 | 1011000 | 1011010 |
Color Harmonies of #FCECD0
Complementary color
Monochromatic Colors of #FCECD0
Black with #FCECD0
Text Example
Text Example
White with #FCECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECD0; }
p { color: rgb(252,236,208); }
H1.HeaderClassName
{
color: #FCECD0;
}
.AnyTagClassName
{
color: #FCECD0;
}
</style>
background-color css
<style>
a { background-color: #FCECD0; }
a { background-color: rgb(252,236,208); }
div.DivClassName
{
background-color: #FCECD0;
}
.BgClassName
{
background-color: #FCECD0;
}
</style>
border-color css
<style>
span { border-color: #FCECD0; }
span { border-color: rgb(252,236,208); }
td.TdClassName
{
border-color: #FCECD0;
}
.TagClassName
{
border-color: #FCECD0;
}
</style>