Shades of Forget Me Not #FFF1DA
Tints of Forget Me Not #FFF1DA
RGB
CMYK
RGB Variations
Color information
#FFF1DA (or 0xFFF1DA) is known color: Forget Me Not. HEX triplet: FF, F1 and DA. RGB value is (255,241,218). Sum of RGB (Red+Green+Blue) = 255+241+218=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1DA is #000E25. Grayscale: #F2F2F2. Windows color (decimal): -3622 or 14348799. OLE color: 14348799.
HSL color Cylindrical-coordinate representation of color #FFF1DA: hue angle of 37.3º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF1DA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 218 | - |
| CMYK | 0 | 0.05 | 0.15 | 0 |
| HSL | 37.3º | 1% | 0.93% | - |
| HSV(B) | 37.3º | 0.15% | 1% | - |
| XYZ | 85.35 | 89.23 | 79.05 | - |
| YUV | 242.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 218 | 0 | 0.05 | 0.15 | 0 | 37.3 | 1 | 0.93 |
| Hex | FF | F1 | DA | 0 | 5 | F | 0 | 25 | 64 | 5D |
| Octal | 377 | 361 | 332 | 0 | 5 | 17 | 0 | 45 | 144 | 135 |
| Binary | 11111111 | 11110001 | 11011010 | 0 | 101 | 1111 | 0 | 100101 | 1100100 | 1011101 |
Color Harmonies of #FFF1DA
Complementary color
Monochromatic Colors of #FFF1DA
Black with #FFF1DA
Text Example
Text Example
White with #FFF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1DA; }
p { color: rgb(255,241,218); }
H1.HeaderClassName
{
color: #FFF1DA;
}
.AnyTagClassName
{
color: #FFF1DA;
}
</style>
background-color css
<style>
a { background-color: #FFF1DA; }
a { background-color: rgb(255,241,218); }
div.DivClassName
{
background-color: #FFF1DA;
}
.BgClassName
{
background-color: #FFF1DA;
}
</style>
border-color css
<style>
span { border-color: #FFF1DA; }
span { border-color: rgb(255,241,218); }
td.TdClassName
{
border-color: #FFF1DA;
}
.TagClassName
{
border-color: #FFF1DA;
}
</style>