Shades of Forget Me Not #FCEEDB
Tints of Forget Me Not #FCEEDB
RGB
CMYK
RGB Variations
Color information
#FCEEDB (or 0xFCEEDB) is known color: Forget Me Not. HEX triplet: FC, EE and DB. RGB value is (252,238,219). Sum of RGB (Red+Green+Blue) = 252+238+219=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDB is #031124. Grayscale: #F0F0F0. Windows color (decimal): -200997 or 14413564. OLE color: 14413564.
HSL color Cylindrical-coordinate representation of color #FCEEDB: hue angle of 34.55º 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 #FCEEDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 219 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.01 |
| HSL | 34.55º | 0.85% | 0.92% | - |
| HSV(B) | 34.55º | 0.13% | 0.99% | - |
| XYZ | 83.51 | 86.96 | 79.4 | - |
| YUV | 240.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 219 | 0 | 0.06 | 0.13 | 0.01 | 34.55 | 0.85 | 0.92 |
| Hex | FC | EE | DB | 0 | 6 | D | 1 | 23 | 55 | 5C |
| Octal | 374 | 356 | 333 | 0 | 6 | 15 | 1 | 43 | 125 | 134 |
| Binary | 11111100 | 11101110 | 11011011 | 0 | 110 | 1101 | 1 | 100011 | 1010101 | 1011100 |
Color Harmonies of #FCEEDB
Complementary color
Monochromatic Colors of #FCEEDB
Black with #FCEEDB
Text Example
Text Example
White with #FCEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEDB; }
p { color: rgb(252,238,219); }
H1.HeaderClassName
{
color: #FCEEDB;
}
.AnyTagClassName
{
color: #FCEEDB;
}
</style>
background-color css
<style>
a { background-color: #FCEEDB; }
a { background-color: rgb(252,238,219); }
div.DivClassName
{
background-color: #FCEEDB;
}
.BgClassName
{
background-color: #FCEEDB;
}
</style>
border-color css
<style>
span { border-color: #FCEEDB; }
span { border-color: rgb(252,238,219); }
td.TdClassName
{
border-color: #FCEEDB;
}
.TagClassName
{
border-color: #FCEEDB;
}
</style>