Shades of Varden #FCEDCE
Tints of Varden #FCEDCE
RGB
CMYK
RGB Variations
Color information
#FCEDCE (or 0xFCEDCE) is known color: Varden. HEX triplet: FC, ED and CE. RGB value is (252,237,206). Sum of RGB (Red+Green+Blue) = 252+237+206=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCE is #031231. Grayscale: #EEEEEE. Windows color (decimal): -201266 or 13561340. OLE color: 13561340.
HSL color Cylindrical-coordinate representation of color #FCEDCE: hue angle of 40.43º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCEDCE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 206 | - |
CMYK | 0 | 0.06 | 0.18 | 0.01 |
HSL | 40.43º | 0.88% | 0.9% | - |
HSV(B) | 40.43º | 0.18% | 0.99% | - |
XYZ | 81.57 | 85.72 | 70.64 | - |
YUV | 237.95 | 109.97 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 206 | 0 | 0.06 | 0.18 | 0.01 | 40.43 | 0.88 | 0.9 |
Hex | FC | ED | CE | 0 | 6 | 12 | 1 | 28 | 58 | 5A |
Octal | 374 | 355 | 316 | 0 | 6 | 22 | 1 | 50 | 130 | 132 |
Binary | 11111100 | 11101101 | 11001110 | 0 | 110 | 10010 | 1 | 101000 | 1011000 | 1011010 |
Color Harmonies of #FCEDCE
Complementary color
Monochromatic Colors of #FCEDCE
Black with #FCEDCE
Text Example
Text Example
White with #FCEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDCE; }
p { color: rgb(252,237,206); }
H1.HeaderClassName
{
color: #FCEDCE;
}
.AnyTagClassName
{
color: #FCEDCE;
}
</style>
background-color css
<style>
a { background-color: #FCEDCE; }
a { background-color: rgb(252,237,206); }
div.DivClassName
{
background-color: #FCEDCE;
}
.BgClassName
{
background-color: #FCEDCE;
}
</style>
border-color css
<style>
span { border-color: #FCEDCE; }
span { border-color: rgb(252,237,206); }
td.TdClassName
{
border-color: #FCEDCE;
}
.TagClassName
{
border-color: #FCEDCE;
}
</style>