Shades of Varden #FCEFD0
Tints of Varden #FCEFD0
RGB
CMYK
RGB Variations
Color information
#FCEFD0 (or 0xFCEFD0) is known color: Varden. HEX triplet: FC, EF and D0. RGB value is (252,239,208). Sum of RGB (Red+Green+Blue) = 252+239+208=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFD0 is #03102F. Grayscale: #EFEFEF. Windows color (decimal): -200752 or 13692924. OLE color: 13692924.
HSL color Cylindrical-coordinate representation of color #FCEFD0: hue angle of 42.27º 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 #FCEFD0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 208 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.01 |
| HSL | 42.27º | 0.88% | 0.9% | - |
| HSV(B) | 42.27º | 0.17% | 0.99% | - |
| XYZ | 82.4 | 86.98 | 72.12 | - |
| YUV | 239.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 208 | 0 | 0.05 | 0.17 | 0.01 | 42.27 | 0.88 | 0.9 |
| Hex | FC | EF | D0 | 0 | 5 | 11 | 1 | 2A | 58 | 5A |
| Octal | 374 | 357 | 320 | 0 | 5 | 21 | 1 | 52 | 130 | 132 |
| Binary | 11111100 | 11101111 | 11010000 | 0 | 101 | 10001 | 1 | 101010 | 1011000 | 1011010 |
Color Harmonies of #FCEFD0
Complementary color
Monochromatic Colors of #FCEFD0
Black with #FCEFD0
Text Example
Text Example
White with #FCEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFD0; }
p { color: rgb(252,239,208); }
H1.HeaderClassName
{
color: #FCEFD0;
}
.AnyTagClassName
{
color: #FCEFD0;
}
</style>
background-color css
<style>
a { background-color: #FCEFD0; }
a { background-color: rgb(252,239,208); }
div.DivClassName
{
background-color: #FCEFD0;
}
.BgClassName
{
background-color: #FCEFD0;
}
</style>
border-color css
<style>
span { border-color: #FCEFD0; }
span { border-color: rgb(252,239,208); }
td.TdClassName
{
border-color: #FCEFD0;
}
.TagClassName
{
border-color: #FCEFD0;
}
</style>