Shades of Forget Me Not #FDEFDB
Tints of Forget Me Not #FDEFDB
RGB
CMYK
RGB Variations
Color information
#FDEFDB (or 0xFDEFDB) is known color: Forget Me Not. HEX triplet: FD, EF and DB. RGB value is (253,239,219). Sum of RGB (Red+Green+Blue) = 253+239+219=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDB is #021024. Grayscale: #F0F0F0. Windows color (decimal): -135205 or 14413821. OLE color: 14413821.
HSL color Cylindrical-coordinate representation of color #FDEFDB: hue angle of 35.29º 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 #FDEFDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 239 | 219 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 35.29º | 0.89% | 0.93% | - |
HSV(B) | 35.29º | 0.13% | 0.99% | - |
XYZ | 84.16 | 87.73 | 79.52 | - |
YUV | 240.91 | 115.64 | 136.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 239 | 219 | 0 | 0.06 | 0.13 | 0.01 | 35.29 | 0.89 | 0.93 |
Hex | FD | EF | DB | 0 | 6 | D | 1 | 23 | 59 | 5D |
Octal | 375 | 357 | 333 | 0 | 6 | 15 | 1 | 43 | 131 | 135 |
Binary | 11111101 | 11101111 | 11011011 | 0 | 110 | 1101 | 1 | 100011 | 1011001 | 1011101 |
Color Harmonies of #FDEFDB
Complementary color
Monochromatic Colors of #FDEFDB
Black with #FDEFDB
Text Example
Text Example
White with #FDEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFDB; }
p { color: rgb(253,239,219); }
H1.HeaderClassName
{
color: #FDEFDB;
}
.AnyTagClassName
{
color: #FDEFDB;
}
</style>
background-color css
<style>
a { background-color: #FDEFDB; }
a { background-color: rgb(253,239,219); }
div.DivClassName
{
background-color: #FDEFDB;
}
.BgClassName
{
background-color: #FDEFDB;
}
</style>
border-color css
<style>
span { border-color: #FDEFDB; }
span { border-color: rgb(253,239,219); }
td.TdClassName
{
border-color: #FDEFDB;
}
.TagClassName
{
border-color: #FDEFDB;
}
</style>