Shades of Forget Me Not #FCEEDD
Tints of Forget Me Not #FCEEDD
RGB
CMYK
RGB Variations
Color information
#FCEEDD (or 0xFCEEDD) is known color: Forget Me Not. HEX triplet: FC, EE and DD. RGB value is (252,238,221). Sum of RGB (Red+Green+Blue) = 252+238+221=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDD is #031122. Grayscale: #F0F0F0. Windows color (decimal): -200995 or 14544636. OLE color: 14544636.
HSL color Cylindrical-coordinate representation of color #FCEEDD: hue angle of 32.9º degrees, saturation: 0.84, 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 #FCEEDD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 221 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.01 |
| HSL | 32.9º | 0.84% | 0.93% | - |
| HSV(B) | 32.9º | 0.12% | 0.99% | - |
| XYZ | 83.77 | 87.06 | 80.8 | - |
| YUV | 240.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 221 | 0 | 0.06 | 0.12 | 0.01 | 32.9 | 0.84 | 0.93 |
| Hex | FC | EE | DD | 0 | 6 | C | 1 | 21 | 54 | 5D |
| Octal | 374 | 356 | 335 | 0 | 6 | 14 | 1 | 41 | 124 | 135 |
| Binary | 11111100 | 11101110 | 11011101 | 0 | 110 | 1100 | 1 | 100001 | 1010100 | 1011101 |
Color Harmonies of #FCEEDD
Complementary color
Monochromatic Colors of #FCEEDD
Black with #FCEEDD
Text Example
Text Example
White with #FCEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEDD; }
p { color: rgb(252,238,221); }
H1.HeaderClassName
{
color: #FCEEDD;
}
.AnyTagClassName
{
color: #FCEEDD;
}
</style>
background-color css
<style>
a { background-color: #FCEEDD; }
a { background-color: rgb(252,238,221); }
div.DivClassName
{
background-color: #FCEEDD;
}
.BgClassName
{
background-color: #FCEEDD;
}
</style>
border-color css
<style>
span { border-color: #FCEEDD; }
span { border-color: rgb(252,238,221); }
td.TdClassName
{
border-color: #FCEEDD;
}
.TagClassName
{
border-color: #FCEEDD;
}
</style>