Shades of Forget Me Not #FEEEDD
Tints of Forget Me Not #FEEEDD
RGB
CMYK
RGB Variations
Color information
#FEEEDD (or 0xFEEEDD) is known color: Forget Me Not. HEX triplet: FE, EE and DD. RGB value is (254,238,221). Sum of RGB (Red+Green+Blue) = 254+238+221=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDD is #011122. Grayscale: #F0F0F0. Windows color (decimal): -69923 or 14544638. OLE color: 14544638.
HSL color Cylindrical-coordinate representation of color #FEEEDD: hue angle of 30.91º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEEEDD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 221 | - |
CMYK | 0 | 0.06 | 0.13 | 0.00 |
HSL | 30.91º | 0.94% | 0.93% | - |
HSV(B) | 30.91º | 0.13% | 1% | - |
XYZ | 84.5 | 87.44 | 80.83 | - |
YUV | 240.85 | 116.8 | 137.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 221 | 0 | 0.06 | 0.13 | 0.00 | 30.91 | 0.94 | 0.93 |
Hex | FE | EE | DD | 0 | 6 | D | 0 | 1F | 5E | 5D |
Octal | 376 | 356 | 335 | 0 | 6 | 15 | 0 | 37 | 136 | 135 |
Binary | 11111110 | 11101110 | 11011101 | 0 | 110 | 1101 | 0 | 11111 | 1011110 | 1011101 |
Color Harmonies of #FEEEDD
Complementary color
Monochromatic Colors of #FEEEDD
Black with #FEEEDD
Text Example
Text Example
White with #FEEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEDD; }
p { color: rgb(254,238,221); }
H1.HeaderClassName
{
color: #FEEEDD;
}
.AnyTagClassName
{
color: #FEEEDD;
}
</style>
background-color css
<style>
a { background-color: #FEEEDD; }
a { background-color: rgb(254,238,221); }
div.DivClassName
{
background-color: #FEEEDD;
}
.BgClassName
{
background-color: #FEEEDD;
}
</style>
border-color css
<style>
span { border-color: #FEEEDD; }
span { border-color: rgb(254,238,221); }
td.TdClassName
{
border-color: #FEEEDD;
}
.TagClassName
{
border-color: #FEEEDD;
}
</style>