Shades of Forget Me Not #FFF1DF
Tints of Forget Me Not #FFF1DF
RGB
CMYK
RGB Variations
Color information
#FFF1DF (or 0xFFF1DF) is known color: Forget Me Not. HEX triplet: FF, F1 and DF. RGB value is (255,241,223). Sum of RGB (Red+Green+Blue) = 255+241+223=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1DF is #000E20. Grayscale: #F3F3F3. Windows color (decimal): -3617 or 14676479. OLE color: 14676479.
HSL color Cylindrical-coordinate representation of color #FFF1DF: hue angle of 33.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF1DF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 223 | - |
| CMYK | 0 | 0.05 | 0.13 | 0 |
| HSL | 33.75º | 1% | 0.94% | - |
| HSV(B) | 33.75º | 0.13% | 1% | - |
| XYZ | 86.01 | 89.5 | 82.55 | - |
| YUV | 243.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 223 | 0 | 0.05 | 0.13 | 0 | 33.75 | 1 | 0.94 |
| Hex | FF | F1 | DF | 0 | 5 | D | 0 | 22 | 64 | 5E |
| Octal | 377 | 361 | 337 | 0 | 5 | 15 | 0 | 42 | 144 | 136 |
| Binary | 11111111 | 11110001 | 11011111 | 0 | 101 | 1101 | 0 | 100010 | 1100100 | 1011110 |
Color Harmonies of #FFF1DF
Complementary color
Monochromatic Colors of #FFF1DF
Black with #FFF1DF
Text Example
Text Example
White with #FFF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1DF; }
p { color: rgb(255,241,223); }
H1.HeaderClassName
{
color: #FFF1DF;
}
.AnyTagClassName
{
color: #FFF1DF;
}
</style>
background-color css
<style>
a { background-color: #FFF1DF; }
a { background-color: rgb(255,241,223); }
div.DivClassName
{
background-color: #FFF1DF;
}
.BgClassName
{
background-color: #FFF1DF;
}
</style>
border-color css
<style>
span { border-color: #FFF1DF; }
span { border-color: rgb(255,241,223); }
td.TdClassName
{
border-color: #FFF1DF;
}
.TagClassName
{
border-color: #FFF1DF;
}
</style>