Shades of Forget Me Not #FCF1DF
Tints of Forget Me Not #FCF1DF
RGB
CMYK
RGB Variations
Color information
#FCF1DF (or 0xFCF1DF) is known color: Forget Me Not. HEX triplet: FC, F1 and DF. RGB value is (252,241,223). Sum of RGB (Red+Green+Blue) = 252+241+223=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DF is #030E20. Grayscale: #F2F2F2. Windows color (decimal): -200225 or 14676476. OLE color: 14676476.
HSL color Cylindrical-coordinate representation of color #FCF1DF: hue angle of 37.24º 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 #FCF1DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 223 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.01 |
| HSL | 37.24º | 0.83% | 0.93% | - |
| HSV(B) | 37.24º | 0.12% | 0.99% | - |
| XYZ | 84.92 | 88.93 | 82.5 | - |
| YUV | 242.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 223 | 0 | 0.04 | 0.12 | 0.01 | 37.24 | 0.83 | 0.93 |
| Hex | FC | F1 | DF | 0 | 4 | C | 1 | 25 | 53 | 5D |
| Octal | 374 | 361 | 337 | 0 | 4 | 14 | 1 | 45 | 123 | 135 |
| Binary | 11111100 | 11110001 | 11011111 | 0 | 100 | 1100 | 1 | 100101 | 1010011 | 1011101 |
Color Harmonies of #FCF1DF
Complementary color
Monochromatic Colors of #FCF1DF
Black with #FCF1DF
Text Example
Text Example
White with #FCF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1DF; }
p { color: rgb(252,241,223); }
H1.HeaderClassName
{
color: #FCF1DF;
}
.AnyTagClassName
{
color: #FCF1DF;
}
</style>
background-color css
<style>
a { background-color: #FCF1DF; }
a { background-color: rgb(252,241,223); }
div.DivClassName
{
background-color: #FCF1DF;
}
.BgClassName
{
background-color: #FCF1DF;
}
</style>
border-color css
<style>
span { border-color: #FCF1DF; }
span { border-color: rgb(252,241,223); }
td.TdClassName
{
border-color: #FCF1DF;
}
.TagClassName
{
border-color: #FCF1DF;
}
</style>