Shades of Varden #FCEED0
Tints of Varden #FCEED0
RGB
CMYK
RGB Variations
Color information
#FCEED0 (or 0xFCEED0) is known color: Varden. HEX triplet: FC, EE and D0. RGB value is (252,238,208). Sum of RGB (Red+Green+Blue) = 252+238+208=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEED0 is #03112F. Grayscale: #EEEEEE. Windows color (decimal): -201008 or 13692668. OLE color: 13692668.
HSL color Cylindrical-coordinate representation of color #FCEED0: hue angle of 40.91º 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 #FCEED0 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 208 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.01 |
| HSL | 40.91º | 0.88% | 0.9% | - |
| HSV(B) | 40.91º | 0.17% | 0.99% | - |
| XYZ | 82.1 | 86.4 | 72.02 | - |
| YUV | 238.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 208 | 0 | 0.06 | 0.17 | 0.01 | 40.91 | 0.88 | 0.9 |
| Hex | FC | EE | D0 | 0 | 6 | 11 | 1 | 29 | 58 | 5A |
| Octal | 374 | 356 | 320 | 0 | 6 | 21 | 1 | 51 | 130 | 132 |
| Binary | 11111100 | 11101110 | 11010000 | 0 | 110 | 10001 | 1 | 101001 | 1011000 | 1011010 |
Color Harmonies of #FCEED0
Complementary color
Monochromatic Colors of #FCEED0
Black with #FCEED0
Text Example
Text Example
White with #FCEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEED0; }
p { color: rgb(252,238,208); }
H1.HeaderClassName
{
color: #FCEED0;
}
.AnyTagClassName
{
color: #FCEED0;
}
</style>
background-color css
<style>
a { background-color: #FCEED0; }
a { background-color: rgb(252,238,208); }
div.DivClassName
{
background-color: #FCEED0;
}
.BgClassName
{
background-color: #FCEED0;
}
</style>
border-color css
<style>
span { border-color: #FCEED0; }
span { border-color: rgb(252,238,208); }
td.TdClassName
{
border-color: #FCEED0;
}
.TagClassName
{
border-color: #FCEED0;
}
</style>