Shades of Forget Me Not #FBEFDF
Tints of Forget Me Not #FBEFDF
RGB
CMYK
RGB Variations
Color information
#FBEFDF (or 0xFBEFDF) is known color: Forget Me Not. HEX triplet: FB, EF and DF. RGB value is (251,239,223). Sum of RGB (Red+Green+Blue) = 251+239+223=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDF is #041020. Grayscale: #F0F0F0. Windows color (decimal): -266273 or 14675963. OLE color: 14675963.
HSL color Cylindrical-coordinate representation of color #FBEFDF: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBEFDF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 239 | 223 | - |
CMYK | 0 | 0.05 | 0.11 | 0.02 |
HSL | 34.29º | 0.78% | 0.93% | - |
HSV(B) | 34.29º | 0.11% | 0.98% | - |
XYZ | 83.97 | 87.57 | 82.29 | - |
YUV | 240.76 | 117.98 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 239 | 223 | 0 | 0.05 | 0.11 | 0.02 | 34.29 | 0.78 | 0.93 |
Hex | FB | EF | DF | 0 | 5 | B | 2 | 22 | 4E | 5D |
Octal | 373 | 357 | 337 | 0 | 5 | 13 | 2 | 42 | 116 | 135 |
Binary | 11111011 | 11101111 | 11011111 | 0 | 101 | 1011 | 10 | 100010 | 1001110 | 1011101 |
Color Harmonies of #FBEFDF
Complementary color
Monochromatic Colors of #FBEFDF
Black with #FBEFDF
Text Example
Text Example
White with #FBEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFDF; }
p { color: rgb(251,239,223); }
H1.HeaderClassName
{
color: #FBEFDF;
}
.AnyTagClassName
{
color: #FBEFDF;
}
</style>
background-color css
<style>
a { background-color: #FBEFDF; }
a { background-color: rgb(251,239,223); }
div.DivClassName
{
background-color: #FBEFDF;
}
.BgClassName
{
background-color: #FBEFDF;
}
</style>
border-color css
<style>
span { border-color: #FBEFDF; }
span { border-color: rgb(251,239,223); }
td.TdClassName
{
border-color: #FBEFDF;
}
.TagClassName
{
border-color: #FBEFDF;
}
</style>