#FDEDD9

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

Shades of Forget Me Not #FDEDD9

Tints of Forget Me Not #FDEDD9

Color information

#FDEDD9 (or 0xFDEDD9) is unknown color: approx Forget Me Not. HEX triplet: FD, ED and D9. RGB value is (253,237,217). Sum of RGB (Red+Green+Blue) = 253+237+217=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 217 (85.16% from 255 or 30.69% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD9 is #021226. Grayscale: #EFEFEF. Windows color (decimal): -135719 or 14282237. OLE color: 14282237.

HSL color Cylindrical-coordinate representation of color #FDEDD9: hue angle of 33.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDEDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253237217-
CMYK00.060.140.01
HSL33.33º90%92.16%-
HSV(B)33.33º14.23%99.22%-
XYZ83.3286.4677.94-
YUV239.5115.3137.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 217 (85.16% from 255) = 30.69%
R=35.79%
G=33.52%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323721700.060.140.0133.339092.16
HexFDEDD906E1215a5c
Octal3753553310616141132134
Binary11111101111011011101100101101110110000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDD9; }

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

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

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

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

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

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

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

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