#FAEFE0

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

Shades of Forget Me Not #FAEFE0

Tints of Forget Me Not #FAEFE0

Color information

#FAEFE0 (or 0xFAEFE0) is unknown color: approx Forget Me Not. HEX triplet: FA, EF and E0. RGB value is (250,239,224). Sum of RGB (Red+Green+Blue) = 250+239+224=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE0 is #05101F. Grayscale: #F0F0F0. Windows color (decimal): -331808 or 14741498. OLE color: 14741498.

HSL color Cylindrical-coordinate representation of color #FAEFE0: hue angle of 34.62º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEFE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250239224-
CMYK00.040.100.02
HSL34.62º72.22%92.94%-
HSV(B)34.62º10.4%98.04%-
XYZ83.7587.4482.98-
YUV240.58118.64134.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 224 (87.89% from 255) = 31.42%
R=35.06%
G=33.52%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922400.040.100.0234.6272.2292.94
HexFAEFE004A223485d
Octal3723573400412243110135
Binary111110101110111111100000010010101010001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE0; }

 p { color: rgb(250,239,224); }

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

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

 a { background-color: rgb(250,239,224); }

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

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

 span { border-color: rgb(250,239,224); }

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