Shades of Forget Me Not #FDF2DE
Tints of Forget Me Not #FDF2DE
RGB
CMYK
RGB Variations
Color information
#FDF2DE (or 0xFDF2DE) is known color: Forget Me Not. HEX triplet: FD, F2 and DE. RGB value is (253,242,222). Sum of RGB (Red+Green+Blue) = 253+242+222=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DE is #020D21. Grayscale: #F3F3F3. Windows color (decimal): -134434 or 14611197. OLE color: 14611197.
HSL color Cylindrical-coordinate representation of color #FDF2DE: hue angle of 38.71º 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 #FDF2DE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 222 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.01 |
| HSL | 38.71º | 0.89% | 0.93% | - |
| HSV(B) | 38.71º | 0.12% | 0.99% | - |
| XYZ | 85.44 | 89.66 | 81.91 | - |
| YUV | 243.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 222 | 0 | 0.04 | 0.12 | 0.01 | 38.71 | 0.89 | 0.93 |
| Hex | FD | F2 | DE | 0 | 4 | C | 1 | 27 | 59 | 5D |
| Octal | 375 | 362 | 336 | 0 | 4 | 14 | 1 | 47 | 131 | 135 |
| Binary | 11111101 | 11110010 | 11011110 | 0 | 100 | 1100 | 1 | 100111 | 1011001 | 1011101 |
Color Harmonies of #FDF2DE
Complementary color
Monochromatic Colors of #FDF2DE
Black with #FDF2DE
Text Example
Text Example
White with #FDF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2DE; }
p { color: rgb(253,242,222); }
H1.HeaderClassName
{
color: #FDF2DE;
}
.AnyTagClassName
{
color: #FDF2DE;
}
</style>
background-color css
<style>
a { background-color: #FDF2DE; }
a { background-color: rgb(253,242,222); }
div.DivClassName
{
background-color: #FDF2DE;
}
.BgClassName
{
background-color: #FDF2DE;
}
</style>
border-color css
<style>
span { border-color: #FDF2DE; }
span { border-color: rgb(253,242,222); }
td.TdClassName
{
border-color: #FDF2DE;
}
.TagClassName
{
border-color: #FDF2DE;
}
</style>