Shades of Varden #FCF0D0
Tints of Varden #FCF0D0
RGB
CMYK
RGB Variations
Color information
#FCF0D0 (or 0xFCF0D0) is known color: Varden. HEX triplet: FC, F0 and D0. RGB value is (252,240,208). Sum of RGB (Red+Green+Blue) = 252+240+208=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D0 is #030F2F. Grayscale: #F0F0F0. Windows color (decimal): -200496 or 13693180. OLE color: 13693180.
HSL color Cylindrical-coordinate representation of color #FCF0D0: hue angle of 43.64º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCF0D0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 208 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.01 |
| HSL | 43.64º | 0.88% | 0.9% | - |
| HSV(B) | 43.64º | 0.17% | 0.99% | - |
| XYZ | 82.69 | 87.57 | 72.22 | - |
| YUV | 239.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 208 | 0 | 0.05 | 0.17 | 0.01 | 43.64 | 0.88 | 0.9 |
| Hex | FC | F0 | D0 | 0 | 5 | 11 | 1 | 2C | 58 | 5A |
| Octal | 374 | 360 | 320 | 0 | 5 | 21 | 1 | 54 | 130 | 132 |
| Binary | 11111100 | 11110000 | 11010000 | 0 | 101 | 10001 | 1 | 101100 | 1011000 | 1011010 |
Color Harmonies of #FCF0D0
Complementary color
Monochromatic Colors of #FCF0D0
Black with #FCF0D0
Text Example
Text Example
White with #FCF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0D0; }
p { color: rgb(252,240,208); }
H1.HeaderClassName
{
color: #FCF0D0;
}
.AnyTagClassName
{
color: #FCF0D0;
}
</style>
background-color css
<style>
a { background-color: #FCF0D0; }
a { background-color: rgb(252,240,208); }
div.DivClassName
{
background-color: #FCF0D0;
}
.BgClassName
{
background-color: #FCF0D0;
}
</style>
border-color css
<style>
span { border-color: #FCF0D0; }
span { border-color: rgb(252,240,208); }
td.TdClassName
{
border-color: #FCF0D0;
}
.TagClassName
{
border-color: #FCF0D0;
}
</style>