Shades of Forget Me Not #FCEFDD
Tints of Forget Me Not #FCEFDD
RGB
CMYK
RGB Variations
Color information
#FCEFDD (or 0xFCEFDD) is known color: Forget Me Not. HEX triplet: FC, EF and DD. RGB value is (252,239,221). Sum of RGB (Red+Green+Blue) = 252+239+221=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDD is #031022. Grayscale: #F0F0F0. Windows color (decimal): -200739 or 14544892. OLE color: 14544892.
HSL color Cylindrical-coordinate representation of color #FCEFDD: hue angle of 34.84º 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 #FCEFDD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 221 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.01 |
| HSL | 34.84º | 0.84% | 0.93% | - |
| HSV(B) | 34.84º | 0.12% | 0.99% | - |
| XYZ | 84.06 | 87.65 | 80.89 | - |
| YUV | 240.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 221 | 0 | 0.05 | 0.12 | 0.01 | 34.84 | 0.84 | 0.93 |
| Hex | FC | EF | DD | 0 | 5 | C | 1 | 23 | 54 | 5D |
| Octal | 374 | 357 | 335 | 0 | 5 | 14 | 1 | 43 | 124 | 135 |
| Binary | 11111100 | 11101111 | 11011101 | 0 | 101 | 1100 | 1 | 100011 | 1010100 | 1011101 |
Color Harmonies of #FCEFDD
Complementary color
Monochromatic Colors of #FCEFDD
Black with #FCEFDD
Text Example
Text Example
White with #FCEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFDD; }
p { color: rgb(252,239,221); }
H1.HeaderClassName
{
color: #FCEFDD;
}
.AnyTagClassName
{
color: #FCEFDD;
}
</style>
background-color css
<style>
a { background-color: #FCEFDD; }
a { background-color: rgb(252,239,221); }
div.DivClassName
{
background-color: #FCEFDD;
}
.BgClassName
{
background-color: #FCEFDD;
}
</style>
border-color css
<style>
span { border-color: #FCEFDD; }
span { border-color: rgb(252,239,221); }
td.TdClassName
{
border-color: #FCEFDD;
}
.TagClassName
{
border-color: #FCEFDD;
}
</style>