Shades of Forget Me Not #FCF0DD
Tints of Forget Me Not #FCF0DD
RGB
CMYK
RGB Variations
Color information
#FCF0DD (or 0xFCF0DD) is known color: Forget Me Not. HEX triplet: FC, F0 and DD. RGB value is (252,240,221). Sum of RGB (Red+Green+Blue) = 252+240+221=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DD is #030F22. Grayscale: #F1F1F1. Windows color (decimal): -200483 or 14545148. OLE color: 14545148.
HSL color Cylindrical-coordinate representation of color #FCF0DD: hue angle of 36.77º 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 #FCF0DD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 221 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.01 |
| HSL | 36.77º | 0.84% | 0.93% | - |
| HSV(B) | 36.77º | 0.12% | 0.99% | - |
| XYZ | 84.36 | 88.24 | 80.99 | - |
| YUV | 241.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 221 | 0 | 0.05 | 0.12 | 0.01 | 36.77 | 0.84 | 0.93 |
| Hex | FC | F0 | DD | 0 | 5 | C | 1 | 25 | 54 | 5D |
| Octal | 374 | 360 | 335 | 0 | 5 | 14 | 1 | 45 | 124 | 135 |
| Binary | 11111100 | 11110000 | 11011101 | 0 | 101 | 1100 | 1 | 100101 | 1010100 | 1011101 |
Color Harmonies of #FCF0DD
Complementary color
Monochromatic Colors of #FCF0DD
Black with #FCF0DD
Text Example
Text Example
White with #FCF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0DD; }
p { color: rgb(252,240,221); }
H1.HeaderClassName
{
color: #FCF0DD;
}
.AnyTagClassName
{
color: #FCF0DD;
}
</style>
background-color css
<style>
a { background-color: #FCF0DD; }
a { background-color: rgb(252,240,221); }
div.DivClassName
{
background-color: #FCF0DD;
}
.BgClassName
{
background-color: #FCF0DD;
}
</style>
border-color css
<style>
span { border-color: #FCF0DD; }
span { border-color: rgb(252,240,221); }
td.TdClassName
{
border-color: #FCF0DD;
}
.TagClassName
{
border-color: #FCF0DD;
}
</style>