#FAEEF2

Color #FAEEF2 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FAEEF2

Tints of Lavender Blush #FAEEF2

Color information

#FAEEF2 (or 0xFAEEF2) is unknown color: approx Lavender Blush. HEX triplet: FA, EE and F2. RGB value is (250,238,242). Sum of RGB (Red+Green+Blue) = 250+238+242=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF2 is #05110D. Grayscale: #F2F2F2. Windows color (decimal): -332046 or 15920890. OLE color: 15920890.

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

Color convert

RGB250238242-
CMYK00.050.030.02
HSL340º54.55%95.69%-
HSV(B)340º4.8%98.04%-
XYZ86.0387.8896.43-
YUV242.04127.98133.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 242 (94.92% from 255) = 33.15%
R=34.25%
G=32.60%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023824200.050.030.0234054.5595.69
HexFAEEF205321543760
Octal372356362053252467140
Binary111110101110111011110010010111101010101001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEF2; }

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

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

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

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

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

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

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

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