#FAEEDD

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

Shades of Forget Me Not #FAEEDD

Tints of Forget Me Not #FAEEDD

Color information

#FAEEDD (or 0xFAEEDD) is unknown color: approx Forget Me Not. HEX triplet: FA, EE and DD. RGB value is (250,238,221). Sum of RGB (Red+Green+Blue) = 250+238+221=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDD is #051122. Grayscale: #EFEFEF. Windows color (decimal): -332067 or 14544634. OLE color: 14544634.

HSL color Cylindrical-coordinate representation of color #FAEEDD: hue angle of 35.17º degrees, saturation: 0.74, 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 #FAEEDD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250238221-
CMYK00.050.120.02
HSL35.17º74.36%92.35%-
HSV(B)35.17º11.6%98.04%-
XYZ83.0586.6980.76-
YUV239.65117.48135.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 238 (93.36% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=35.26%
G=33.57%
B=31.17%

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
Decimal25023822100.050.120.0235.1774.3692.35
HexFAEEDD05C2234a5c
Octal3723563350514243112134
Binary111110101110111011011101010111001010001110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEDD; }

 p { color: rgb(250,238,221); }

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

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

 a { background-color: rgb(250,238,221); }

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

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

 span { border-color: rgb(250,238,221); }

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