Shades of Forget Me Not #FCEFDE
Tints of Forget Me Not #FCEFDE
RGB
CMYK
RGB Variations
Color information
#FCEFDE (or 0xFCEFDE) is known color: Forget Me Not. HEX triplet: FC, EF and DE. RGB value is (252,239,222). Sum of RGB (Red+Green+Blue) = 252+239+222=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDE is #031021. Grayscale: #F1F1F1. Windows color (decimal): -200738 or 14610428. OLE color: 14610428.
HSL color Cylindrical-coordinate representation of color #FCEFDE: hue angle of 34º degrees, saturation: 0.83, 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 #FCEFDE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 222 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.01 |
| HSL | 34º | 0.83% | 0.93% | - |
| HSV(B) | 34º | 0.12% | 0.99% | - |
| XYZ | 84.2 | 87.7 | 81.6 | - |
| YUV | 240.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 222 | 0 | 0.05 | 0.12 | 0.01 | 34 | 0.83 | 0.93 |
| Hex | FC | EF | DE | 0 | 5 | C | 1 | 22 | 53 | 5D |
| Octal | 374 | 357 | 336 | 0 | 5 | 14 | 1 | 42 | 123 | 135 |
| Binary | 11111100 | 11101111 | 11011110 | 0 | 101 | 1100 | 1 | 100010 | 1010011 | 1011101 |
Color Harmonies of #FCEFDE
Complementary color
Monochromatic Colors of #FCEFDE
Black with #FCEFDE
Text Example
Text Example
White with #FCEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFDE; }
p { color: rgb(252,239,222); }
H1.HeaderClassName
{
color: #FCEFDE;
}
.AnyTagClassName
{
color: #FCEFDE;
}
</style>
background-color css
<style>
a { background-color: #FCEFDE; }
a { background-color: rgb(252,239,222); }
div.DivClassName
{
background-color: #FCEFDE;
}
.BgClassName
{
background-color: #FCEFDE;
}
</style>
border-color css
<style>
span { border-color: #FCEFDE; }
span { border-color: rgb(252,239,222); }
td.TdClassName
{
border-color: #FCEFDE;
}
.TagClassName
{
border-color: #FCEFDE;
}
</style>