#FAEEF5

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

Shades of Lavender Blush #FAEEF5

Tints of Lavender Blush #FAEEF5

Color information

#FAEEF5 (or 0xFAEEF5) is unknown color: approx Lavender Blush. HEX triplet: FA, EE and F5. RGB value is (250,238,245). Sum of RGB (Red+Green+Blue) = 250+238+245=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF5 is #05110A. Grayscale: #F2F2F2. Windows color (decimal): -332043 or 16117498. OLE color: 16117498.

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

Color convert

RGB250238245-
CMYK00.050.020.02
HSL325º54.55%95.69%-
HSV(B)325º4.8%98.04%-
XYZ86.4888.0798.83-
YUV242.39129.48133.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 238 (93.36% from 255) = 32.47%
BLUE value IS 245 (96.09% from 255) = 33.42%
R=34.11%
G=32.47%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023824500.050.020.0232554.5595.69
HexFAEEF505221453760
Octal372356365052250567140
Binary111110101110111011110101010110101010001011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEF5; }

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

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

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

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

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

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

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

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