Shades of Forget Me Not #FEEEDC
Tints of Forget Me Not #FEEEDC
RGB
CMYK
RGB Variations
Color information
#FEEEDC (or 0xFEEEDC) is known color: Forget Me Not. HEX triplet: FE, EE and DC. RGB value is (254,238,220). Sum of RGB (Red+Green+Blue) = 254+238+220=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDC is #011123. Grayscale: #F0F0F0. Windows color (decimal): -69924 or 14479102. OLE color: 14479102.
HSL color Cylindrical-coordinate representation of color #FEEEDC: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEEEDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 220 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.00 |
| HSL | 31.76º | 0.94% | 0.93% | - |
| HSV(B) | 31.76º | 0.13% | 1% | - |
| XYZ | 84.37 | 87.39 | 80.13 | - |
| YUV | 240.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 220 | 0 | 0.06 | 0.13 | 0.00 | 31.76 | 0.94 | 0.93 |
| Hex | FE | EE | DC | 0 | 6 | D | 0 | 20 | 5E | 5D |
| Octal | 376 | 356 | 334 | 0 | 6 | 15 | 0 | 40 | 136 | 135 |
| Binary | 11111110 | 11101110 | 11011100 | 0 | 110 | 1101 | 0 | 100000 | 1011110 | 1011101 |
Color Harmonies of #FEEEDC
Complementary color
Monochromatic Colors of #FEEEDC
Black with #FEEEDC
Text Example
Text Example
White with #FEEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEDC; }
p { color: rgb(254,238,220); }
H1.HeaderClassName
{
color: #FEEEDC;
}
.AnyTagClassName
{
color: #FEEEDC;
}
</style>
background-color css
<style>
a { background-color: #FEEEDC; }
a { background-color: rgb(254,238,220); }
div.DivClassName
{
background-color: #FEEEDC;
}
.BgClassName
{
background-color: #FEEEDC;
}
</style>
border-color css
<style>
span { border-color: #FEEEDC; }
span { border-color: rgb(254,238,220); }
td.TdClassName
{
border-color: #FEEEDC;
}
.TagClassName
{
border-color: #FEEEDC;
}
</style>