#FAEFDF

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

Shades of Forget Me Not #FAEFDF

Tints of Forget Me Not #FAEFDF

Color information

#FAEFDF (or 0xFAEFDF) is unknown color: approx Forget Me Not. HEX triplet: FA, EF and DF. RGB value is (250,239,223). Sum of RGB (Red+Green+Blue) = 250+239+223=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFDF is #051020. Grayscale: #F0F0F0. Windows color (decimal): -331809 or 14675962. OLE color: 14675962.

HSL color Cylindrical-coordinate representation of color #FAEFDF: hue angle of 35.56º degrees, saturation: 0.73, 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 #FAEFDF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250239223-
CMYK00.040.110.02
HSL35.56º72.97%92.75%-
HSV(B)35.56º10.8%98.04%-
XYZ83.6187.3882.27-
YUV240.46118.14134.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=35.11%
G=33.57%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922300.040.110.0235.5672.9792.75
HexFAEFDF04B224495d
Octal3723573370413244111135
Binary111110101110111111011111010010111010010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFDF; }

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

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

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

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

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

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

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

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