Shades of Forget Me Not #FFF1DD
Tints of Forget Me Not #FFF1DD
RGB
CMYK
RGB Variations
Color information
#FFF1DD (or 0xFFF1DD) is known color: Forget Me Not. HEX triplet: FF, F1 and DD. RGB value is (255,241,221). Sum of RGB (Red+Green+Blue) = 255+241+221=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1DD is #000E22. Grayscale: #F3F3F3. Windows color (decimal): -3619 or 14545407. OLE color: 14545407.
HSL color Cylindrical-coordinate representation of color #FFF1DD: hue angle of 35.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF1DD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 221 | - |
| CMYK | 0 | 0.05 | 0.13 | 0 |
| HSL | 35.29º | 1% | 0.93% | - |
| HSV(B) | 35.29º | 0.13% | 1% | - |
| XYZ | 85.75 | 89.39 | 81.14 | - |
| YUV | 242.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 221 | 0 | 0.05 | 0.13 | 0 | 35.29 | 1 | 0.93 |
| Hex | FF | F1 | DD | 0 | 5 | D | 0 | 23 | 64 | 5D |
| Octal | 377 | 361 | 335 | 0 | 5 | 15 | 0 | 43 | 144 | 135 |
| Binary | 11111111 | 11110001 | 11011101 | 0 | 101 | 1101 | 0 | 100011 | 1100100 | 1011101 |
Color Harmonies of #FFF1DD
Complementary color
Monochromatic Colors of #FFF1DD
Black with #FFF1DD
Text Example
Text Example
White with #FFF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1DD; }
p { color: rgb(255,241,221); }
H1.HeaderClassName
{
color: #FFF1DD;
}
.AnyTagClassName
{
color: #FFF1DD;
}
</style>
background-color css
<style>
a { background-color: #FFF1DD; }
a { background-color: rgb(255,241,221); }
div.DivClassName
{
background-color: #FFF1DD;
}
.BgClassName
{
background-color: #FFF1DD;
}
</style>
border-color css
<style>
span { border-color: #FFF1DD; }
span { border-color: rgb(255,241,221); }
td.TdClassName
{
border-color: #FFF1DD;
}
.TagClassName
{
border-color: #FFF1DD;
}
</style>