Shades of Varden #FCEFD1
Tints of Varden #FCEFD1
RGB
CMYK
RGB Variations
Color information
#FCEFD1 (or 0xFCEFD1) is known color: Varden. HEX triplet: FC, EF and D1. RGB value is (252,239,209). Sum of RGB (Red+Green+Blue) = 252+239+209=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFD1 is #03102E. Grayscale: #EFEFEF. Windows color (decimal): -200751 or 13758460. OLE color: 13758460.
HSL color Cylindrical-coordinate representation of color #FCEFD1: hue angle of 41.86º 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 #FCEFD1 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 209 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.01 |
| HSL | 41.86º | 0.88% | 0.9% | - |
| HSV(B) | 41.86º | 0.17% | 0.99% | - |
| XYZ | 82.52 | 87.03 | 72.77 | - |
| YUV | 239.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 209 | 0 | 0.05 | 0.17 | 0.01 | 41.86 | 0.88 | 0.9 |
| Hex | FC | EF | D1 | 0 | 5 | 11 | 1 | 2A | 58 | 5A |
| Octal | 374 | 357 | 321 | 0 | 5 | 21 | 1 | 52 | 130 | 132 |
| Binary | 11111100 | 11101111 | 11010001 | 0 | 101 | 10001 | 1 | 101010 | 1011000 | 1011010 |
Color Harmonies of #FCEFD1
Complementary color
Monochromatic Colors of #FCEFD1
Black with #FCEFD1
Text Example
Text Example
White with #FCEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFD1; }
p { color: rgb(252,239,209); }
H1.HeaderClassName
{
color: #FCEFD1;
}
.AnyTagClassName
{
color: #FCEFD1;
}
</style>
background-color css
<style>
a { background-color: #FCEFD1; }
a { background-color: rgb(252,239,209); }
div.DivClassName
{
background-color: #FCEFD1;
}
.BgClassName
{
background-color: #FCEFD1;
}
</style>
border-color css
<style>
span { border-color: #FCEFD1; }
span { border-color: rgb(252,239,209); }
td.TdClassName
{
border-color: #FCEFD1;
}
.TagClassName
{
border-color: #FCEFD1;
}
</style>