Shades of Forget Me Not #FDEEDD
Tints of Forget Me Not #FDEEDD
RGB
CMYK
RGB Variations
Color information
#FDEEDD (or 0xFDEEDD) is known color: Forget Me Not. HEX triplet: FD, EE and DD. RGB value is (253,238,221). Sum of RGB (Red+Green+Blue) = 253+238+221=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEDD is #021122. Grayscale: #F0F0F0. Windows color (decimal): -135459 or 14544637. OLE color: 14544637.
HSL color Cylindrical-coordinate representation of color #FDEEDD: hue angle of 31.88º 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 #FDEEDD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 221 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 31.88º | 0.89% | 0.93% | - |
HSV(B) | 31.88º | 0.13% | 0.99% | - |
XYZ | 84.13 | 87.25 | 80.81 | - |
YUV | 240.55 | 116.97 | 136.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 221 | 0 | 0.06 | 0.13 | 0.01 | 31.88 | 0.89 | 0.93 |
Hex | FD | EE | DD | 0 | 6 | D | 1 | 20 | 59 | 5D |
Octal | 375 | 356 | 335 | 0 | 6 | 15 | 1 | 40 | 131 | 135 |
Binary | 11111101 | 11101110 | 11011101 | 0 | 110 | 1101 | 1 | 100000 | 1011001 | 1011101 |
Color Harmonies of #FDEEDD
Complementary color
Monochromatic Colors of #FDEEDD
Black with #FDEEDD
Text Example
Text Example
White with #FDEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEDD; }
p { color: rgb(253,238,221); }
H1.HeaderClassName
{
color: #FDEEDD;
}
.AnyTagClassName
{
color: #FDEEDD;
}
</style>
background-color css
<style>
a { background-color: #FDEEDD; }
a { background-color: rgb(253,238,221); }
div.DivClassName
{
background-color: #FDEEDD;
}
.BgClassName
{
background-color: #FDEEDD;
}
</style>
border-color css
<style>
span { border-color: #FDEEDD; }
span { border-color: rgb(253,238,221); }
td.TdClassName
{
border-color: #FDEEDD;
}
.TagClassName
{
border-color: #FDEEDD;
}
</style>