Shades of Varden #FCEDCF
Tints of Varden #FCEDCF
RGB
CMYK
RGB Variations
Color information
#FCEDCF (or 0xFCEDCF) is known color: Varden. HEX triplet: FC, ED and CF. RGB value is (252,237,207). Sum of RGB (Red+Green+Blue) = 252+237+207=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCF is #031230. Grayscale: #EEEEEE. Windows color (decimal): -201265 or 13626876. OLE color: 13626876.
HSL color Cylindrical-coordinate representation of color #FCEDCF: hue angle of 40º 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 #FCEDCF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 207 | - |
CMYK | 0 | 0.06 | 0.18 | 0.01 |
HSL | 40º | 0.88% | 0.9% | - |
HSV(B) | 40º | 0.18% | 0.99% | - |
XYZ | 81.69 | 85.77 | 71.28 | - |
YUV | 238.07 | 110.47 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 207 | 0 | 0.06 | 0.18 | 0.01 | 40 | 0.88 | 0.9 |
Hex | FC | ED | CF | 0 | 6 | 12 | 1 | 28 | 58 | 5A |
Octal | 374 | 355 | 317 | 0 | 6 | 22 | 1 | 50 | 130 | 132 |
Binary | 11111100 | 11101101 | 11001111 | 0 | 110 | 10010 | 1 | 101000 | 1011000 | 1011010 |
Color Harmonies of #FCEDCF
Complementary color
Monochromatic Colors of #FCEDCF
Black with #FCEDCF
Text Example
Text Example
White with #FCEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDCF; }
p { color: rgb(252,237,207); }
H1.HeaderClassName
{
color: #FCEDCF;
}
.AnyTagClassName
{
color: #FCEDCF;
}
</style>
background-color css
<style>
a { background-color: #FCEDCF; }
a { background-color: rgb(252,237,207); }
div.DivClassName
{
background-color: #FCEDCF;
}
.BgClassName
{
background-color: #FCEDCF;
}
</style>
border-color css
<style>
span { border-color: #FCEDCF; }
span { border-color: rgb(252,237,207); }
td.TdClassName
{
border-color: #FCEDCF;
}
.TagClassName
{
border-color: #FCEDCF;
}
</style>