Shades of Varden #FCEFD6
Tints of Varden #FCEFD6
RGB
CMYK
RGB Variations
Color information
#FCEFD6 (or 0xFCEFD6) is known color: Varden. HEX triplet: FC, EF and D6. RGB value is (252,239,214). Sum of RGB (Red+Green+Blue) = 252+239+214=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 214 (83.98% from 255 or 30.35% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFD6 is #031029. Grayscale: #F0F0F0. Windows color (decimal): -200746 or 14086140. OLE color: 14086140.
HSL color Cylindrical-coordinate representation of color #FCEFD6: hue angle of 39.47º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCEFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 214 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.01 |
| HSL | 39.47º | 0.86% | 0.91% | - |
| HSV(B) | 39.47º | 0.15% | 0.99% | - |
| XYZ | 83.15 | 87.28 | 76.08 | - |
| YUV | 240.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 214 | 0 | 0.05 | 0.15 | 0.01 | 39.47 | 0.86 | 0.91 |
| Hex | FC | EF | D6 | 0 | 5 | F | 1 | 27 | 56 | 5B |
| Octal | 374 | 357 | 326 | 0 | 5 | 17 | 1 | 47 | 126 | 133 |
| Binary | 11111100 | 11101111 | 11010110 | 0 | 101 | 1111 | 1 | 100111 | 1010110 | 1011011 |
Color Harmonies of #FCEFD6
Complementary color
Monochromatic Colors of #FCEFD6
Black with #FCEFD6
Text Example
Text Example
White with #FCEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFD6; }
p { color: rgb(252,239,214); }
H1.HeaderClassName
{
color: #FCEFD6;
}
.AnyTagClassName
{
color: #FCEFD6;
}
</style>
background-color css
<style>
a { background-color: #FCEFD6; }
a { background-color: rgb(252,239,214); }
div.DivClassName
{
background-color: #FCEFD6;
}
.BgClassName
{
background-color: #FCEFD6;
}
</style>
border-color css
<style>
span { border-color: #FCEFD6; }
span { border-color: rgb(252,239,214); }
td.TdClassName
{
border-color: #FCEFD6;
}
.TagClassName
{
border-color: #FCEFD6;
}
</style>