Shades of Forget Me Not #FCF0E1
Tints of Forget Me Not #FCF0E1
RGB
CMYK
RGB Variations
Color information
#FCF0E1 (or 0xFCF0E1) is known color: Forget Me Not. HEX triplet: FC, F0 and E1. RGB value is (252,240,225). Sum of RGB (Red+Green+Blue) = 252+240+225=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E1 is #030F1E. Grayscale: #F1F1F1. Windows color (decimal): -200479 or 14807292. OLE color: 14807292.
HSL color Cylindrical-coordinate representation of color #FCF0E1: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF0E1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 225 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.01 |
| HSL | 33.33º | 0.82% | 0.94% | - |
| HSV(B) | 33.33º | 0.11% | 0.99% | - |
| XYZ | 84.9 | 88.45 | 83.83 | - |
| YUV | 241.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 225 | 0 | 0.05 | 0.11 | 0.01 | 33.33 | 0.82 | 0.94 |
| Hex | FC | F0 | E1 | 0 | 5 | B | 1 | 21 | 52 | 5E |
| Octal | 374 | 360 | 341 | 0 | 5 | 13 | 1 | 41 | 122 | 136 |
| Binary | 11111100 | 11110000 | 11100001 | 0 | 101 | 1011 | 1 | 100001 | 1010010 | 1011110 |
Color Harmonies of #FCF0E1
Complementary color
Monochromatic Colors of #FCF0E1
Black with #FCF0E1
Text Example
Text Example
White with #FCF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0E1; }
p { color: rgb(252,240,225); }
H1.HeaderClassName
{
color: #FCF0E1;
}
.AnyTagClassName
{
color: #FCF0E1;
}
</style>
background-color css
<style>
a { background-color: #FCF0E1; }
a { background-color: rgb(252,240,225); }
div.DivClassName
{
background-color: #FCF0E1;
}
.BgClassName
{
background-color: #FCF0E1;
}
</style>
border-color css
<style>
span { border-color: #FCF0E1; }
span { border-color: rgb(252,240,225); }
td.TdClassName
{
border-color: #FCF0E1;
}
.TagClassName
{
border-color: #FCF0E1;
}
</style>