Shades of Forget Me Not #FCEEDA
Tints of Forget Me Not #FCEEDA
RGB
CMYK
RGB Variations
Color information
#FCEEDA (or 0xFCEEDA) is known color: Forget Me Not. HEX triplet: FC, EE and DA. RGB value is (252,238,218). Sum of RGB (Red+Green+Blue) = 252+238+218=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDA is #031125. Grayscale: #EFEFEF. Windows color (decimal): -200998 or 14348028. OLE color: 14348028.
HSL color Cylindrical-coordinate representation of color #FCEEDA: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEEDA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 218 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.01 |
| HSL | 35.29º | 0.85% | 0.92% | - |
| HSV(B) | 35.29º | 0.13% | 0.99% | - |
| XYZ | 83.37 | 86.91 | 78.71 | - |
| YUV | 239.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 218 | 0 | 0.06 | 0.13 | 0.01 | 35.29 | 0.85 | 0.92 |
| Hex | FC | EE | DA | 0 | 6 | D | 1 | 23 | 55 | 5C |
| Octal | 374 | 356 | 332 | 0 | 6 | 15 | 1 | 43 | 125 | 134 |
| Binary | 11111100 | 11101110 | 11011010 | 0 | 110 | 1101 | 1 | 100011 | 1010101 | 1011100 |
Color Harmonies of #FCEEDA
Complementary color
Monochromatic Colors of #FCEEDA
Black with #FCEEDA
Text Example
Text Example
White with #FCEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEDA; }
p { color: rgb(252,238,218); }
H1.HeaderClassName
{
color: #FCEEDA;
}
.AnyTagClassName
{
color: #FCEEDA;
}
</style>
background-color css
<style>
a { background-color: #FCEEDA; }
a { background-color: rgb(252,238,218); }
div.DivClassName
{
background-color: #FCEEDA;
}
.BgClassName
{
background-color: #FCEEDA;
}
</style>
border-color css
<style>
span { border-color: #FCEEDA; }
span { border-color: rgb(252,238,218); }
td.TdClassName
{
border-color: #FCEEDA;
}
.TagClassName
{
border-color: #FCEEDA;
}
</style>