Shades of Varden #FEEECE
Tints of Varden #FEEECE
RGB
CMYK
RGB Variations
Color information
#FEEECE (or 0xFEEECE) is known color: Varden. HEX triplet: FE, EE and CE. RGB value is (254,238,206). Sum of RGB (Red+Green+Blue) = 254+238+206=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEECE is #011131. Grayscale: #EFEFEF. Windows color (decimal): -69938 or 13561598. OLE color: 13561598.
HSL color Cylindrical-coordinate representation of color #FEEECE: hue angle of 40º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEEECE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 206 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.00 |
| HSL | 40º | 0.96% | 0.9% | - |
| HSV(B) | 40º | 0.19% | 1% | - |
| XYZ | 82.59 | 86.68 | 70.77 | - |
| YUV | 239.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 206 | 0 | 0.06 | 0.19 | 0.00 | 40 | 0.96 | 0.9 |
| Hex | FE | EE | CE | 0 | 6 | 13 | 0 | 28 | 60 | 5A |
| Octal | 376 | 356 | 316 | 0 | 6 | 23 | 0 | 50 | 140 | 132 |
| Binary | 11111110 | 11101110 | 11001110 | 0 | 110 | 10011 | 0 | 101000 | 1100000 | 1011010 |
Color Harmonies of #FEEECE
Complementary color
Monochromatic Colors of #FEEECE
Black with #FEEECE
Text Example
Text Example
White with #FEEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEECE; }
p { color: rgb(254,238,206); }
H1.HeaderClassName
{
color: #FEEECE;
}
.AnyTagClassName
{
color: #FEEECE;
}
</style>
background-color css
<style>
a { background-color: #FEEECE; }
a { background-color: rgb(254,238,206); }
div.DivClassName
{
background-color: #FEEECE;
}
.BgClassName
{
background-color: #FEEECE;
}
</style>
border-color css
<style>
span { border-color: #FEEECE; }
span { border-color: rgb(254,238,206); }
td.TdClassName
{
border-color: #FEEECE;
}
.TagClassName
{
border-color: #FEEECE;
}
</style>