Shades of Forget Me Not #FCF1DD
Tints of Forget Me Not #FCF1DD
RGB
CMYK
RGB Variations
Color information
#FCF1DD (or 0xFCF1DD) is known color: Forget Me Not. HEX triplet: FC, F1 and DD. RGB value is (252,241,221). Sum of RGB (Red+Green+Blue) = 252+241+221=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DD is #030E22. Grayscale: #F2F2F2. Windows color (decimal): -200227 or 14545404. OLE color: 14545404.
HSL color Cylindrical-coordinate representation of color #FCF1DD: hue angle of 38.71º 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 #FCF1DD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 221 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.01 |
| HSL | 38.71º | 0.84% | 0.93% | - |
| HSV(B) | 38.71º | 0.12% | 0.99% | - |
| XYZ | 84.65 | 88.83 | 81.09 | - |
| YUV | 242.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 221 | 0 | 0.04 | 0.12 | 0.01 | 38.71 | 0.84 | 0.93 |
| Hex | FC | F1 | DD | 0 | 4 | C | 1 | 27 | 54 | 5D |
| Octal | 374 | 361 | 335 | 0 | 4 | 14 | 1 | 47 | 124 | 135 |
| Binary | 11111100 | 11110001 | 11011101 | 0 | 100 | 1100 | 1 | 100111 | 1010100 | 1011101 |
Color Harmonies of #FCF1DD
Complementary color
Monochromatic Colors of #FCF1DD
Black with #FCF1DD
Text Example
Text Example
White with #FCF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1DD; }
p { color: rgb(252,241,221); }
H1.HeaderClassName
{
color: #FCF1DD;
}
.AnyTagClassName
{
color: #FCF1DD;
}
</style>
background-color css
<style>
a { background-color: #FCF1DD; }
a { background-color: rgb(252,241,221); }
div.DivClassName
{
background-color: #FCF1DD;
}
.BgClassName
{
background-color: #FCF1DD;
}
</style>
border-color css
<style>
span { border-color: #FCF1DD; }
span { border-color: rgb(252,241,221); }
td.TdClassName
{
border-color: #FCF1DD;
}
.TagClassName
{
border-color: #FCF1DD;
}
</style>