#FAEDDC

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

Shades of Forget Me Not #FAEDDC

Tints of Forget Me Not #FAEDDC

Color information

#FAEDDC (or 0xFAEDDC) is unknown color: approx Forget Me Not. HEX triplet: FA, ED and DC. RGB value is (250,237,220). Sum of RGB (Red+Green+Blue) = 250+237+220=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDC is #051223. Grayscale: #EFEFEF. Windows color (decimal): -332324 or 14478842. OLE color: 14478842.

HSL color Cylindrical-coordinate representation of color #FAEDDC: hue angle of 34º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAEDDC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250237220-
CMYK00.050.120.02
HSL34º75%92.16%-
HSV(B)34º12%98.04%-
XYZ82.6386.0679.97-
YUV238.95117.31135.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 31.12%
R=35.36%
G=33.52%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023722000.050.120.02347592.16
HexFAEDDC05C2224b5c
Octal3723553340514242113134
Binary111110101110110111011100010111001010001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDDC; }

 p { color: rgb(250,237,220); }

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

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

 a { background-color: rgb(250,237,220); }

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

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

 span { border-color: rgb(250,237,220); }

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