#FAEEDE

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

Shades of Forget Me Not #FAEEDE

Tints of Forget Me Not #FAEEDE

Color information

#FAEEDE (or 0xFAEEDE) is unknown color: approx Forget Me Not. HEX triplet: FA, EE and DE. RGB value is (250,238,222). Sum of RGB (Red+Green+Blue) = 250+238+222=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDE is #051121. Grayscale: #EFEFEF. Windows color (decimal): -332066 or 14610170. OLE color: 14610170.

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

Color convert

RGB250238222-
CMYK00.050.110.02
HSL34.29º73.68%92.55%-
HSV(B)34.29º11.2%98.04%-
XYZ83.1886.7581.47-
YUV239.76117.98135.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=35.21%
G=33.52%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023822200.050.110.0234.2973.6892.55
HexFAEEDE05B2224a5d
Octal3723563360513242112135
Binary111110101110111011011110010110111010001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEDE; }

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

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

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

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

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

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

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

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