#FFEDD9

Color #FFEDD9 Forget Me Not (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forget Me Not #FFEDD9

Tints of Forget Me Not #FFEDD9

Color information

#FFEDD9 (or 0xFFEDD9) is unknown color: approx Forget Me Not. HEX triplet: FF, ED and D9. RGB value is (255,237,217). Sum of RGB (Red+Green+Blue) = 255+237+217=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD9 is #001226. Grayscale: #F0F0F0. Windows color (decimal): -4647 or 14282239. OLE color: 14282239.

HSL color Cylindrical-coordinate representation of color #FFEDD9: hue angle of 31.58º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFEDD9 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255237217-
CMYK00.070.150
HSL31.58º100%92.55%-
HSV(B)31.58º14.9%100%-
XYZ84.0586.8477.98-
YUV240.1114.96138.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 217 (85.16% from 255) = 30.61%
R=35.97%
G=33.43%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523721700.070.15031.5810092.55
HexFFEDD907F020645d
Octal3773553310717040144135
Binary11111111111011011101100101111111010000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDD9; }

 p { color: rgb(255,237,217); }

 H1.HeaderClassName
 {
   color: #FFEDD9;
 }
 .AnyTagClassName
 {
   color: #FFEDD9;
 }
</style>
background-color css

<style>
 a { background-color: #FFEDD9; }

 a { background-color: rgb(255,237,217); }

 div.DivClassName
 {
   background-color: #FFEDD9;
 }
 .BgClassName
 {
   background-color: #FFEDD9;
 }
</style>
border-color css

<style>
 span { border-color: #FFEDD9; }

 span { border-color: rgb(255,237,217); }

 td.TdClassName
 {
   border-color: #FFEDD9;
 }
 .TagClassName
 {
   border-color: #FFEDD9;
 }
</style>