Shades of Varden #FCEED4
Tints of Varden #FCEED4
RGB
CMYK
RGB Variations
Color information
#FCEED4 (or 0xFCEED4) is known color: Varden. HEX triplet: FC, EE and D4. RGB value is (252,238,212). Sum of RGB (Red+Green+Blue) = 252+238+212=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEED4 is #03112B. Grayscale: #EFEFEF. Windows color (decimal): -201004 or 13954812. OLE color: 13954812.
HSL color Cylindrical-coordinate representation of color #FCEED4: hue angle of 39º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCEED4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 212 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.01 |
| HSL | 39º | 0.87% | 0.91% | - |
| HSV(B) | 39º | 0.16% | 0.99% | - |
| XYZ | 82.6 | 86.6 | 74.65 | - |
| YUV | 239.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 212 | 0 | 0.06 | 0.16 | 0.01 | 39 | 0.87 | 0.91 |
| Hex | FC | EE | D4 | 0 | 6 | 10 | 1 | 27 | 57 | 5B |
| Octal | 374 | 356 | 324 | 0 | 6 | 20 | 1 | 47 | 127 | 133 |
| Binary | 11111100 | 11101110 | 11010100 | 0 | 110 | 10000 | 1 | 100111 | 1010111 | 1011011 |
Color Harmonies of #FCEED4
Complementary color
Monochromatic Colors of #FCEED4
Black with #FCEED4
Text Example
Text Example
White with #FCEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEED4; }
p { color: rgb(252,238,212); }
H1.HeaderClassName
{
color: #FCEED4;
}
.AnyTagClassName
{
color: #FCEED4;
}
</style>
background-color css
<style>
a { background-color: #FCEED4; }
a { background-color: rgb(252,238,212); }
div.DivClassName
{
background-color: #FCEED4;
}
.BgClassName
{
background-color: #FCEED4;
}
</style>
border-color css
<style>
span { border-color: #FCEED4; }
span { border-color: rgb(252,238,212); }
td.TdClassName
{
border-color: #FCEED4;
}
.TagClassName
{
border-color: #FCEED4;
}
</style>