Shades of Forget Me Not #FDEDDB
Tints of Forget Me Not #FDEDDB
RGB
CMYK
RGB Variations
Color information
#FDEDDB (or 0xFDEDDB) is known color: Forget Me Not. HEX triplet: FD, ED and DB. RGB value is (253,237,219). Sum of RGB (Red+Green+Blue) = 253+237+219=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDDB is #021224. Grayscale: #EFEFEF. Windows color (decimal): -135717 or 14413309. OLE color: 14413309.
HSL color Cylindrical-coordinate representation of color #FDEDDB: hue angle of 31.76º 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 #FDEDDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 219 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 31.76º | 0.89% | 0.93% | - |
HSV(B) | 31.76º | 0.13% | 0.99% | - |
XYZ | 83.58 | 86.57 | 79.32 | - |
YUV | 239.73 | 116.3 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 219 | 0 | 0.06 | 0.13 | 0.01 | 31.76 | 0.89 | 0.93 |
Hex | FD | ED | DB | 0 | 6 | D | 1 | 20 | 59 | 5D |
Octal | 375 | 355 | 333 | 0 | 6 | 15 | 1 | 40 | 131 | 135 |
Binary | 11111101 | 11101101 | 11011011 | 0 | 110 | 1101 | 1 | 100000 | 1011001 | 1011101 |
Color Harmonies of #FDEDDB
Complementary color
Monochromatic Colors of #FDEDDB
Black with #FDEDDB
Text Example
Text Example
White with #FDEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDDB; }
p { color: rgb(253,237,219); }
H1.HeaderClassName
{
color: #FDEDDB;
}
.AnyTagClassName
{
color: #FDEDDB;
}
</style>
background-color css
<style>
a { background-color: #FDEDDB; }
a { background-color: rgb(253,237,219); }
div.DivClassName
{
background-color: #FDEDDB;
}
.BgClassName
{
background-color: #FDEDDB;
}
</style>
border-color css
<style>
span { border-color: #FDEDDB; }
span { border-color: rgb(253,237,219); }
td.TdClassName
{
border-color: #FDEDDB;
}
.TagClassName
{
border-color: #FDEDDB;
}
</style>