Shades of Forget Me Not #FCEDDA
Tints of Forget Me Not #FCEDDA
RGB
CMYK
RGB Variations
Color information
#FCEDDA (or 0xFCEDDA) is known color: Forget Me Not. HEX triplet: FC, ED and DA. RGB value is (252,237,218). Sum of RGB (Red+Green+Blue) = 252+237+218=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDA is #031225. Grayscale: #EFEFEF. Windows color (decimal): -201254 or 14347772. OLE color: 14347772.
HSL color Cylindrical-coordinate representation of color #FCEDDA: hue angle of 33.53º 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 #FCEDDA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 218 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 33.53º | 0.85% | 0.92% | - |
HSV(B) | 33.53º | 0.13% | 0.99% | - |
XYZ | 83.08 | 86.33 | 78.61 | - |
YUV | 239.32 | 115.97 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 218 | 0 | 0.06 | 0.13 | 0.01 | 33.53 | 0.85 | 0.92 |
Hex | FC | ED | DA | 0 | 6 | D | 1 | 22 | 55 | 5C |
Octal | 374 | 355 | 332 | 0 | 6 | 15 | 1 | 42 | 125 | 134 |
Binary | 11111100 | 11101101 | 11011010 | 0 | 110 | 1101 | 1 | 100010 | 1010101 | 1011100 |
Color Harmonies of #FCEDDA
Complementary color
Monochromatic Colors of #FCEDDA
Black with #FCEDDA
Text Example
Text Example
White with #FCEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDDA; }
p { color: rgb(252,237,218); }
H1.HeaderClassName
{
color: #FCEDDA;
}
.AnyTagClassName
{
color: #FCEDDA;
}
</style>
background-color css
<style>
a { background-color: #FCEDDA; }
a { background-color: rgb(252,237,218); }
div.DivClassName
{
background-color: #FCEDDA;
}
.BgClassName
{
background-color: #FCEDDA;
}
</style>
border-color css
<style>
span { border-color: #FCEDDA; }
span { border-color: rgb(252,237,218); }
td.TdClassName
{
border-color: #FCEDDA;
}
.TagClassName
{
border-color: #FCEDDA;
}
</style>