Shades of Forget Me Not #FDF1DC
Tints of Forget Me Not #FDF1DC
RGB
CMYK
RGB Variations
Color information
#FDF1DC (or 0xFDF1DC) is known color: Forget Me Not. HEX triplet: FD, F1 and DC. RGB value is (253,241,220). Sum of RGB (Red+Green+Blue) = 253+241+220=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DC is #020E23. Grayscale: #F2F2F2. Windows color (decimal): -134692 or 14479869. OLE color: 14479869.
HSL color Cylindrical-coordinate representation of color #FDF1DC: hue angle of 38.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF1DC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 220 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.01 |
| HSL | 38.18º | 0.89% | 0.93% | - |
| HSV(B) | 38.18º | 0.13% | 0.99% | - |
| XYZ | 84.88 | 88.96 | 80.41 | - |
| YUV | 242.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 220 | 0 | 0.05 | 0.13 | 0.01 | 38.18 | 0.89 | 0.93 |
| Hex | FD | F1 | DC | 0 | 5 | D | 1 | 26 | 59 | 5D |
| Octal | 375 | 361 | 334 | 0 | 5 | 15 | 1 | 46 | 131 | 135 |
| Binary | 11111101 | 11110001 | 11011100 | 0 | 101 | 1101 | 1 | 100110 | 1011001 | 1011101 |
Color Harmonies of #FDF1DC
Complementary color
Monochromatic Colors of #FDF1DC
Black with #FDF1DC
Text Example
Text Example
White with #FDF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1DC; }
p { color: rgb(253,241,220); }
H1.HeaderClassName
{
color: #FDF1DC;
}
.AnyTagClassName
{
color: #FDF1DC;
}
</style>
background-color css
<style>
a { background-color: #FDF1DC; }
a { background-color: rgb(253,241,220); }
div.DivClassName
{
background-color: #FDF1DC;
}
.BgClassName
{
background-color: #FDF1DC;
}
</style>
border-color css
<style>
span { border-color: #FDF1DC; }
span { border-color: rgb(253,241,220); }
td.TdClassName
{
border-color: #FDF1DC;
}
.TagClassName
{
border-color: #FDF1DC;
}
</style>