Shades of Forget Me Not #FDF0DB
Tints of Forget Me Not #FDF0DB
RGB
CMYK
RGB Variations
Color information
#FDF0DB (or 0xFDF0DB) is known color: Forget Me Not. HEX triplet: FD, F0 and DB. RGB value is (253,240,219). Sum of RGB (Red+Green+Blue) = 253+240+219=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DB is #020F24. Grayscale: #F1F1F1. Windows color (decimal): -134949 or 14414077. OLE color: 14414077.
HSL color Cylindrical-coordinate representation of color #FDF0DB: hue angle of 37.06º 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 #FDF0DB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 219 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 37.06º | 0.89% | 0.93% | - |
HSV(B) | 37.06º | 0.13% | 0.99% | - |
XYZ | 84.45 | 88.32 | 79.61 | - |
YUV | 241.49 | 115.31 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 219 | 0 | 0.05 | 0.13 | 0.01 | 37.06 | 0.89 | 0.93 |
Hex | FD | F0 | DB | 0 | 5 | D | 1 | 25 | 59 | 5D |
Octal | 375 | 360 | 333 | 0 | 5 | 15 | 1 | 45 | 131 | 135 |
Binary | 11111101 | 11110000 | 11011011 | 0 | 101 | 1101 | 1 | 100101 | 1011001 | 1011101 |
Color Harmonies of #FDF0DB
Complementary color
Monochromatic Colors of #FDF0DB
Black with #FDF0DB
Text Example
Text Example
White with #FDF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0DB; }
p { color: rgb(253,240,219); }
H1.HeaderClassName
{
color: #FDF0DB;
}
.AnyTagClassName
{
color: #FDF0DB;
}
</style>
background-color css
<style>
a { background-color: #FDF0DB; }
a { background-color: rgb(253,240,219); }
div.DivClassName
{
background-color: #FDF0DB;
}
.BgClassName
{
background-color: #FDF0DB;
}
</style>
border-color css
<style>
span { border-color: #FDF0DB; }
span { border-color: rgb(253,240,219); }
td.TdClassName
{
border-color: #FDF0DB;
}
.TagClassName
{
border-color: #FDF0DB;
}
</style>