Shades of Forget Me Not #FEEFDE
Tints of Forget Me Not #FEEFDE
RGB
CMYK
RGB Variations
Color information
#FEEFDE (or 0xFEEFDE) is known color: Forget Me Not. HEX triplet: FE, EF and DE. RGB value is (254,239,222). Sum of RGB (Red+Green+Blue) = 254+239+222=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDE is #011021. Grayscale: #F1F1F1. Windows color (decimal): -69666 or 14610430. OLE color: 14610430.
HSL color Cylindrical-coordinate representation of color #FEEFDE: hue angle of 31.88º 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 #FEEFDE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 222 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.00 |
| HSL | 31.88º | 0.94% | 0.93% | - |
| HSV(B) | 31.88º | 0.13% | 1% | - |
| XYZ | 84.92 | 88.08 | 81.63 | - |
| YUV | 241.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 222 | 0 | 0.06 | 0.13 | 0.00 | 31.88 | 0.94 | 0.93 |
| Hex | FE | EF | DE | 0 | 6 | D | 0 | 20 | 5E | 5D |
| Octal | 376 | 357 | 336 | 0 | 6 | 15 | 0 | 40 | 136 | 135 |
| Binary | 11111110 | 11101111 | 11011110 | 0 | 110 | 1101 | 0 | 100000 | 1011110 | 1011101 |
Color Harmonies of #FEEFDE
Complementary color
Monochromatic Colors of #FEEFDE
Black with #FEEFDE
Text Example
Text Example
White with #FEEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFDE; }
p { color: rgb(254,239,222); }
H1.HeaderClassName
{
color: #FEEFDE;
}
.AnyTagClassName
{
color: #FEEFDE;
}
</style>
background-color css
<style>
a { background-color: #FEEFDE; }
a { background-color: rgb(254,239,222); }
div.DivClassName
{
background-color: #FEEFDE;
}
.BgClassName
{
background-color: #FEEFDE;
}
</style>
border-color css
<style>
span { border-color: #FEEFDE; }
span { border-color: rgb(254,239,222); }
td.TdClassName
{
border-color: #FEEFDE;
}
.TagClassName
{
border-color: #FEEFDE;
}
</style>