Shades of Varden #FCEED5
Tints of Varden #FCEED5
RGB
CMYK
RGB Variations
Color information
#FCEED5 (or 0xFCEED5) is known color: Varden. HEX triplet: FC, EE and D5. RGB value is (252,238,213). Sum of RGB (Red+Green+Blue) = 252+238+213=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEED5 is #03112A. Grayscale: #EFEFEF. Windows color (decimal): -201003 or 14020348. OLE color: 14020348.
HSL color Cylindrical-coordinate representation of color #FCEED5: hue angle of 38.46º degrees, saturation: 0.87, 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 #FCEED5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 213 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 38.46º | 0.87% | 0.91% | - |
HSV(B) | 38.46º | 0.15% | 0.99% | - |
XYZ | 82.73 | 86.65 | 75.32 | - |
YUV | 239.34 | 113.14 | 137.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 213 | 0 | 0.06 | 0.15 | 0.01 | 38.46 | 0.87 | 0.91 |
Hex | FC | EE | D5 | 0 | 6 | F | 1 | 26 | 57 | 5B |
Octal | 374 | 356 | 325 | 0 | 6 | 17 | 1 | 46 | 127 | 133 |
Binary | 11111100 | 11101110 | 11010101 | 0 | 110 | 1111 | 1 | 100110 | 1010111 | 1011011 |
Color Harmonies of #FCEED5
Complementary color
Monochromatic Colors of #FCEED5
Black with #FCEED5
Text Example
Text Example
White with #FCEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEED5; }
p { color: rgb(252,238,213); }
H1.HeaderClassName
{
color: #FCEED5;
}
.AnyTagClassName
{
color: #FCEED5;
}
</style>
background-color css
<style>
a { background-color: #FCEED5; }
a { background-color: rgb(252,238,213); }
div.DivClassName
{
background-color: #FCEED5;
}
.BgClassName
{
background-color: #FCEED5;
}
</style>
border-color css
<style>
span { border-color: #FCEED5; }
span { border-color: rgb(252,238,213); }
td.TdClassName
{
border-color: #FCEED5;
}
.TagClassName
{
border-color: #FCEED5;
}
</style>