Shades of Forget Me Not #FCEFDC
Tints of Forget Me Not #FCEFDC
RGB
CMYK
RGB Variations
Color information
#FCEFDC (or 0xFCEFDC) is known color: Forget Me Not. HEX triplet: FC, EF and DC. RGB value is (252,239,220). Sum of RGB (Red+Green+Blue) = 252+239+220=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDC is #031023. Grayscale: #F0F0F0. Windows color (decimal): -200740 or 14479356. OLE color: 14479356.
HSL color Cylindrical-coordinate representation of color #FCEFDC: hue angle of 35.62º degrees, saturation: 0.84, 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 #FCEFDC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 220 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.01 |
| HSL | 35.63º | 0.84% | 0.93% | - |
| HSV(B) | 35.63º | 0.13% | 0.99% | - |
| XYZ | 83.93 | 87.6 | 80.19 | - |
| YUV | 240.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 220 | 0 | 0.05 | 0.13 | 0.01 | 35.63 | 0.84 | 0.93 |
| Hex | FC | EF | DC | 0 | 5 | D | 1 | 24 | 54 | 5D |
| Octal | 374 | 357 | 334 | 0 | 5 | 15 | 1 | 44 | 124 | 135 |
| Binary | 11111100 | 11101111 | 11011100 | 0 | 101 | 1101 | 1 | 100100 | 1010100 | 1011101 |
Color Harmonies of #FCEFDC
Complementary color
Monochromatic Colors of #FCEFDC
Black with #FCEFDC
Text Example
Text Example
White with #FCEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFDC; }
p { color: rgb(252,239,220); }
H1.HeaderClassName
{
color: #FCEFDC;
}
.AnyTagClassName
{
color: #FCEFDC;
}
</style>
background-color css
<style>
a { background-color: #FCEFDC; }
a { background-color: rgb(252,239,220); }
div.DivClassName
{
background-color: #FCEFDC;
}
.BgClassName
{
background-color: #FCEFDC;
}
</style>
border-color css
<style>
span { border-color: #FCEFDC; }
span { border-color: rgb(252,239,220); }
td.TdClassName
{
border-color: #FCEFDC;
}
.TagClassName
{
border-color: #FCEFDC;
}
</style>