Shades of Varden #FEEECC
Tints of Varden #FEEECC
RGB
CMYK
RGB Variations
Color information
#FEEECC (or 0xFEEECC) is known color: Varden. HEX triplet: FE, EE and CC. RGB value is (254,238,204). Sum of RGB (Red+Green+Blue) = 254+238+204=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEECC is #011133. Grayscale: #EFEFEF. Windows color (decimal): -69940 or 13430526. OLE color: 13430526.
HSL color Cylindrical-coordinate representation of color #FEEECC: hue angle of 40.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEEECC is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 204 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.00 |
| HSL | 40.8º | 0.96% | 0.9% | - |
| HSV(B) | 40.8º | 0.2% | 1% | - |
| XYZ | 82.35 | 86.58 | 69.5 | - |
| YUV | 238.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 204 | 0 | 0.06 | 0.20 | 0.00 | 40.8 | 0.96 | 0.9 |
| Hex | FE | EE | CC | 0 | 6 | 14 | 0 | 29 | 60 | 5A |
| Octal | 376 | 356 | 314 | 0 | 6 | 24 | 0 | 51 | 140 | 132 |
| Binary | 11111110 | 11101110 | 11001100 | 0 | 110 | 10100 | 0 | 101001 | 1100000 | 1011010 |
Color Harmonies of #FEEECC
Complementary color
Monochromatic Colors of #FEEECC
Black with #FEEECC
Text Example
Text Example
White with #FEEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEECC; }
p { color: rgb(254,238,204); }
H1.HeaderClassName
{
color: #FEEECC;
}
.AnyTagClassName
{
color: #FEEECC;
}
</style>
background-color css
<style>
a { background-color: #FEEECC; }
a { background-color: rgb(254,238,204); }
div.DivClassName
{
background-color: #FEEECC;
}
.BgClassName
{
background-color: #FEEECC;
}
</style>
border-color css
<style>
span { border-color: #FEEECC; }
span { border-color: rgb(254,238,204); }
td.TdClassName
{
border-color: #FEEECC;
}
.TagClassName
{
border-color: #FEEECC;
}
</style>