Shades of Forget Me Not #FDEEDB
Tints of Forget Me Not #FDEEDB
RGB
CMYK
RGB Variations
Color information
#FDEEDB (or 0xFDEEDB) is known color: Forget Me Not. HEX triplet: FD, EE and DB. RGB value is (253,238,219). Sum of RGB (Red+Green+Blue) = 253+238+219=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEDB is #021124. Grayscale: #F0F0F0. Windows color (decimal): -135461 or 14413565. OLE color: 14413565.
HSL color Cylindrical-coordinate representation of color #FDEEDB: hue angle of 33.53º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEEDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 219 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.01 |
| HSL | 33.53º | 0.89% | 0.93% | - |
| HSV(B) | 33.53º | 0.13% | 0.99% | - |
| XYZ | 83.87 | 87.15 | 79.42 | - |
| YUV | 240.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 219 | 0 | 0.06 | 0.13 | 0.01 | 33.53 | 0.89 | 0.93 |
| Hex | FD | EE | DB | 0 | 6 | D | 1 | 22 | 59 | 5D |
| Octal | 375 | 356 | 333 | 0 | 6 | 15 | 1 | 42 | 131 | 135 |
| Binary | 11111101 | 11101110 | 11011011 | 0 | 110 | 1101 | 1 | 100010 | 1011001 | 1011101 |
Color Harmonies of #FDEEDB
Complementary color
Monochromatic Colors of #FDEEDB
Black with #FDEEDB
Text Example
Text Example
White with #FDEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEDB; }
p { color: rgb(253,238,219); }
H1.HeaderClassName
{
color: #FDEEDB;
}
.AnyTagClassName
{
color: #FDEEDB;
}
</style>
background-color css
<style>
a { background-color: #FDEEDB; }
a { background-color: rgb(253,238,219); }
div.DivClassName
{
background-color: #FDEEDB;
}
.BgClassName
{
background-color: #FDEEDB;
}
</style>
border-color css
<style>
span { border-color: #FDEEDB; }
span { border-color: rgb(253,238,219); }
td.TdClassName
{
border-color: #FDEEDB;
}
.TagClassName
{
border-color: #FDEEDB;
}
</style>