Shades of Varden #FCEFD2
Tints of Varden #FCEFD2
RGB
CMYK
RGB Variations
Color information
#FCEFD2 (or 0xFCEFD2) is known color: Varden. HEX triplet: FC, EF and D2. RGB value is (252,239,210). Sum of RGB (Red+Green+Blue) = 252+239+210=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFD2 is #03102D. Grayscale: #EFEFEF. Windows color (decimal): -200750 or 13823996. OLE color: 13823996.
HSL color Cylindrical-coordinate representation of color #FCEFD2: hue angle of 41.43º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCEFD2 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 210 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.01 |
| HSL | 41.43º | 0.88% | 0.91% | - |
| HSV(B) | 41.43º | 0.17% | 0.99% | - |
| XYZ | 82.64 | 87.08 | 73.43 | - |
| YUV | 239.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 210 | 0 | 0.05 | 0.17 | 0.01 | 41.43 | 0.88 | 0.91 |
| Hex | FC | EF | D2 | 0 | 5 | 11 | 1 | 29 | 58 | 5B |
| Octal | 374 | 357 | 322 | 0 | 5 | 21 | 1 | 51 | 130 | 133 |
| Binary | 11111100 | 11101111 | 11010010 | 0 | 101 | 10001 | 1 | 101001 | 1011000 | 1011011 |
Color Harmonies of #FCEFD2
Complementary color
Monochromatic Colors of #FCEFD2
Black with #FCEFD2
Text Example
Text Example
White with #FCEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFD2; }
p { color: rgb(252,239,210); }
H1.HeaderClassName
{
color: #FCEFD2;
}
.AnyTagClassName
{
color: #FCEFD2;
}
</style>
background-color css
<style>
a { background-color: #FCEFD2; }
a { background-color: rgb(252,239,210); }
div.DivClassName
{
background-color: #FCEFD2;
}
.BgClassName
{
background-color: #FCEFD2;
}
</style>
border-color css
<style>
span { border-color: #FCEFD2; }
span { border-color: rgb(252,239,210); }
td.TdClassName
{
border-color: #FCEFD2;
}
.TagClassName
{
border-color: #FCEFD2;
}
</style>