Shades of Varden #FCEECE
Tints of Varden #FCEECE
RGB
CMYK
RGB Variations
Color information
#FCEECE (or 0xFCEECE) is known color: Varden. HEX triplet: FC, EE and CE. RGB value is (252,238,206). Sum of RGB (Red+Green+Blue) = 252+238+206=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEECE is #031131. Grayscale: #EEEEEE. Windows color (decimal): -201010 or 13561596. OLE color: 13561596.
HSL color Cylindrical-coordinate representation of color #FCEECE: hue angle of 41.74º 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 #FCEECE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 206 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.01 |
| HSL | 41.74º | 0.88% | 0.9% | - |
| HSV(B) | 41.74º | 0.18% | 0.99% | - |
| XYZ | 81.86 | 86.3 | 70.74 | - |
| YUV | 238.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 206 | 0 | 0.06 | 0.18 | 0.01 | 41.74 | 0.88 | 0.9 |
| Hex | FC | EE | CE | 0 | 6 | 12 | 1 | 2A | 58 | 5A |
| Octal | 374 | 356 | 316 | 0 | 6 | 22 | 1 | 52 | 130 | 132 |
| Binary | 11111100 | 11101110 | 11001110 | 0 | 110 | 10010 | 1 | 101010 | 1011000 | 1011010 |
Color Harmonies of #FCEECE
Complementary color
Monochromatic Colors of #FCEECE
Black with #FCEECE
Text Example
Text Example
White with #FCEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEECE; }
p { color: rgb(252,238,206); }
H1.HeaderClassName
{
color: #FCEECE;
}
.AnyTagClassName
{
color: #FCEECE;
}
</style>
background-color css
<style>
a { background-color: #FCEECE; }
a { background-color: rgb(252,238,206); }
div.DivClassName
{
background-color: #FCEECE;
}
.BgClassName
{
background-color: #FCEECE;
}
</style>
border-color css
<style>
span { border-color: #FCEECE; }
span { border-color: rgb(252,238,206); }
td.TdClassName
{
border-color: #FCEECE;
}
.TagClassName
{
border-color: #FCEECE;
}
</style>