Shades of Forget Me Not #FDEFDD
Tints of Forget Me Not #FDEFDD
RGB
CMYK
RGB Variations
Color information
#FDEFDD (or 0xFDEFDD) is known color: Forget Me Not. HEX triplet: FD, EF and DD. RGB value is (253,239,221). Sum of RGB (Red+Green+Blue) = 253+239+221=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDD is #021022. Grayscale: #F1F1F1. Windows color (decimal): -135203 or 14544893. OLE color: 14544893.
HSL color Cylindrical-coordinate representation of color #FDEFDD: hue angle of 33.75º 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 #FDEFDD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 221 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.01 |
| HSL | 33.75º | 0.89% | 0.93% | - |
| HSV(B) | 33.75º | 0.13% | 0.99% | - |
| XYZ | 84.43 | 87.84 | 80.91 | - |
| YUV | 241.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 221 | 0 | 0.06 | 0.13 | 0.01 | 33.75 | 0.89 | 0.93 |
| Hex | FD | EF | DD | 0 | 6 | D | 1 | 22 | 59 | 5D |
| Octal | 375 | 357 | 335 | 0 | 6 | 15 | 1 | 42 | 131 | 135 |
| Binary | 11111101 | 11101111 | 11011101 | 0 | 110 | 1101 | 1 | 100010 | 1011001 | 1011101 |
Color Harmonies of #FDEFDD
Complementary color
Monochromatic Colors of #FDEFDD
Black with #FDEFDD
Text Example
Text Example
White with #FDEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFDD; }
p { color: rgb(253,239,221); }
H1.HeaderClassName
{
color: #FDEFDD;
}
.AnyTagClassName
{
color: #FDEFDD;
}
</style>
background-color css
<style>
a { background-color: #FDEFDD; }
a { background-color: rgb(253,239,221); }
div.DivClassName
{
background-color: #FDEFDD;
}
.BgClassName
{
background-color: #FDEFDD;
}
</style>
border-color css
<style>
span { border-color: #FDEFDD; }
span { border-color: rgb(253,239,221); }
td.TdClassName
{
border-color: #FDEFDD;
}
.TagClassName
{
border-color: #FDEFDD;
}
</style>