Shades of Forget Me Not #FCEFDB
Tints of Forget Me Not #FCEFDB
RGB
CMYK
RGB Variations
Color information
#FCEFDB (or 0xFCEFDB) is known color: Forget Me Not. HEX triplet: FC, EF and DB. RGB value is (252,239,219). Sum of RGB (Red+Green+Blue) = 252+239+219=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDB is #031024. Grayscale: #F0F0F0. Windows color (decimal): -200741 or 14413820. OLE color: 14413820.
HSL color Cylindrical-coordinate representation of color #FCEFDB: hue angle of 36.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEFDB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 219 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 36.36º | 0.85% | 0.92% | - |
HSV(B) | 36.36º | 0.13% | 0.99% | - |
XYZ | 83.8 | 87.54 | 79.5 | - |
YUV | 240.61 | 115.81 | 136.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 219 | 0 | 0.05 | 0.13 | 0.01 | 36.36 | 0.85 | 0.92 |
Hex | FC | EF | DB | 0 | 5 | D | 1 | 24 | 55 | 5C |
Octal | 374 | 357 | 333 | 0 | 5 | 15 | 1 | 44 | 125 | 134 |
Binary | 11111100 | 11101111 | 11011011 | 0 | 101 | 1101 | 1 | 100100 | 1010101 | 1011100 |
Color Harmonies of #FCEFDB
Complementary color
Monochromatic Colors of #FCEFDB
Black with #FCEFDB
Text Example
Text Example
White with #FCEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFDB; }
p { color: rgb(252,239,219); }
H1.HeaderClassName
{
color: #FCEFDB;
}
.AnyTagClassName
{
color: #FCEFDB;
}
</style>
background-color css
<style>
a { background-color: #FCEFDB; }
a { background-color: rgb(252,239,219); }
div.DivClassName
{
background-color: #FCEFDB;
}
.BgClassName
{
background-color: #FCEFDB;
}
</style>
border-color css
<style>
span { border-color: #FCEFDB; }
span { border-color: rgb(252,239,219); }
td.TdClassName
{
border-color: #FCEFDB;
}
.TagClassName
{
border-color: #FCEFDB;
}
</style>