Shades of Forget Me Not #FDF0DE
Tints of Forget Me Not #FDF0DE
RGB
CMYK
RGB Variations
Color information
#FDF0DE (or 0xFDF0DE) is known color: Forget Me Not. HEX triplet: FD, F0 and DE. RGB value is (253,240,222). Sum of RGB (Red+Green+Blue) = 253+240+222=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DE is #020F21. Grayscale: #F1F1F1. Windows color (decimal): -134946 or 14610685. OLE color: 14610685.
HSL color Cylindrical-coordinate representation of color #FDF0DE: hue angle of 34.84º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDF0DE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 222 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.01 |
| HSL | 34.84º | 0.89% | 0.93% | - |
| HSV(B) | 34.84º | 0.12% | 0.99% | - |
| XYZ | 84.85 | 88.48 | 81.71 | - |
| YUV | 241.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 222 | 0 | 0.05 | 0.12 | 0.01 | 34.84 | 0.89 | 0.93 |
| Hex | FD | F0 | DE | 0 | 5 | C | 1 | 23 | 59 | 5D |
| Octal | 375 | 360 | 336 | 0 | 5 | 14 | 1 | 43 | 131 | 135 |
| Binary | 11111101 | 11110000 | 11011110 | 0 | 101 | 1100 | 1 | 100011 | 1011001 | 1011101 |
Color Harmonies of #FDF0DE
Complementary color
Monochromatic Colors of #FDF0DE
Black with #FDF0DE
Text Example
Text Example
White with #FDF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0DE; }
p { color: rgb(253,240,222); }
H1.HeaderClassName
{
color: #FDF0DE;
}
.AnyTagClassName
{
color: #FDF0DE;
}
</style>
background-color css
<style>
a { background-color: #FDF0DE; }
a { background-color: rgb(253,240,222); }
div.DivClassName
{
background-color: #FDF0DE;
}
.BgClassName
{
background-color: #FDF0DE;
}
</style>
border-color css
<style>
span { border-color: #FDF0DE; }
span { border-color: rgb(253,240,222); }
td.TdClassName
{
border-color: #FDF0DE;
}
.TagClassName
{
border-color: #FDF0DE;
}
</style>