Shades of Forget Me Not #FDF1DD
Tints of Forget Me Not #FDF1DD
RGB
CMYK
RGB Variations
Color information
#FDF1DD (or 0xFDF1DD) is known color: Forget Me Not. HEX triplet: FD, F1 and DD. RGB value is (253,241,221). Sum of RGB (Red+Green+Blue) = 253+241+221=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DD is #020E22. Grayscale: #F2F2F2. Windows color (decimal): -134691 or 14545405. OLE color: 14545405.
HSL color Cylindrical-coordinate representation of color #FDF1DD: hue angle of 37.5º 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 #FDF1DD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 241 | 221 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 37.5º | 0.89% | 0.93% | - |
HSV(B) | 37.5º | 0.13% | 0.99% | - |
XYZ | 85.01 | 89.01 | 81.11 | - |
YUV | 242.31 | 115.98 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 241 | 221 | 0 | 0.05 | 0.13 | 0.01 | 37.5 | 0.89 | 0.93 |
Hex | FD | F1 | DD | 0 | 5 | D | 1 | 26 | 59 | 5D |
Octal | 375 | 361 | 335 | 0 | 5 | 15 | 1 | 46 | 131 | 135 |
Binary | 11111101 | 11110001 | 11011101 | 0 | 101 | 1101 | 1 | 100110 | 1011001 | 1011101 |
Color Harmonies of #FDF1DD
Complementary color
Monochromatic Colors of #FDF1DD
Black with #FDF1DD
Text Example
Text Example
White with #FDF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1DD; }
p { color: rgb(253,241,221); }
H1.HeaderClassName
{
color: #FDF1DD;
}
.AnyTagClassName
{
color: #FDF1DD;
}
</style>
background-color css
<style>
a { background-color: #FDF1DD; }
a { background-color: rgb(253,241,221); }
div.DivClassName
{
background-color: #FDF1DD;
}
.BgClassName
{
background-color: #FDF1DD;
}
</style>
border-color css
<style>
span { border-color: #FDF1DD; }
span { border-color: rgb(253,241,221); }
td.TdClassName
{
border-color: #FDF1DD;
}
.TagClassName
{
border-color: #FDF1DD;
}
</style>