Shades of Forget Me Not #FCF0E0
Tints of Forget Me Not #FCF0E0
RGB
CMYK
RGB Variations
Color information
#FCF0E0 (or 0xFCF0E0) is known color: Forget Me Not. HEX triplet: FC, F0 and E0. RGB value is (252,240,224). Sum of RGB (Red+Green+Blue) = 252+240+224=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E0 is #030F1F. Grayscale: #F1F1F1. Windows color (decimal): -200480 or 14741756. OLE color: 14741756.
HSL color Cylindrical-coordinate representation of color #FCF0E0: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF0E0 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 224 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.01 |
| HSL | 34.29º | 0.82% | 0.93% | - |
| HSV(B) | 34.29º | 0.11% | 0.99% | - |
| XYZ | 84.76 | 88.4 | 83.12 | - |
| YUV | 241.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 224 | 0 | 0.05 | 0.11 | 0.01 | 34.29 | 0.82 | 0.93 |
| Hex | FC | F0 | E0 | 0 | 5 | B | 1 | 22 | 52 | 5D |
| Octal | 374 | 360 | 340 | 0 | 5 | 13 | 1 | 42 | 122 | 135 |
| Binary | 11111100 | 11110000 | 11100000 | 0 | 101 | 1011 | 1 | 100010 | 1010010 | 1011101 |
Color Harmonies of #FCF0E0
Complementary color
Monochromatic Colors of #FCF0E0
Black with #FCF0E0
Text Example
Text Example
White with #FCF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0E0; }
p { color: rgb(252,240,224); }
H1.HeaderClassName
{
color: #FCF0E0;
}
.AnyTagClassName
{
color: #FCF0E0;
}
</style>
background-color css
<style>
a { background-color: #FCF0E0; }
a { background-color: rgb(252,240,224); }
div.DivClassName
{
background-color: #FCF0E0;
}
.BgClassName
{
background-color: #FCF0E0;
}
</style>
border-color css
<style>
span { border-color: #FCF0E0; }
span { border-color: rgb(252,240,224); }
td.TdClassName
{
border-color: #FCF0E0;
}
.TagClassName
{
border-color: #FCF0E0;
}
</style>