Shades of Forget Me Not #FFEEDB
Tints of Forget Me Not #FFEEDB
RGB
CMYK
RGB Variations
Color information
#FFEEDB (or 0xFFEEDB) is known color: Forget Me Not. HEX triplet: FF, EE and DB. RGB value is (255,238,219). Sum of RGB (Red+Green+Blue) = 255+238+219=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEDB is #001124. Grayscale: #F1F1F1. Windows color (decimal): -4389 or 14413567. OLE color: 14413567.
HSL color Cylindrical-coordinate representation of color #FFEEDB: hue angle of 31.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFEEDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 219 | - |
| CMYK | 0 | 0.07 | 0.14 | 0 |
| HSL | 31.67º | 1% | 0.93% | - |
| HSV(B) | 31.67º | 0.14% | 1% | - |
| XYZ | 84.6 | 87.52 | 79.45 | - |
| YUV | 240.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 219 | 0 | 0.07 | 0.14 | 0 | 31.67 | 1 | 0.93 |
| Hex | FF | EE | DB | 0 | 7 | E | 0 | 20 | 64 | 5D |
| Octal | 377 | 356 | 333 | 0 | 7 | 16 | 0 | 40 | 144 | 135 |
| Binary | 11111111 | 11101110 | 11011011 | 0 | 111 | 1110 | 0 | 100000 | 1100100 | 1011101 |
Color Harmonies of #FFEEDB
Complementary color
Monochromatic Colors of #FFEEDB
Black with #FFEEDB
Text Example
Text Example
White with #FFEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEDB; }
p { color: rgb(255,238,219); }
H1.HeaderClassName
{
color: #FFEEDB;
}
.AnyTagClassName
{
color: #FFEEDB;
}
</style>
background-color css
<style>
a { background-color: #FFEEDB; }
a { background-color: rgb(255,238,219); }
div.DivClassName
{
background-color: #FFEEDB;
}
.BgClassName
{
background-color: #FFEEDB;
}
</style>
border-color css
<style>
span { border-color: #FFEEDB; }
span { border-color: rgb(255,238,219); }
td.TdClassName
{
border-color: #FFEEDB;
}
.TagClassName
{
border-color: #FFEEDB;
}
</style>