#FAE8F5

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

Shades of Lavender Blush #FAE8F5

Tints of Lavender Blush #FAE8F5

Color information

#FAE8F5 (or 0xFAE8F5) is unknown color: approx Lavender Blush. HEX triplet: FA, E8 and F5. RGB value is (250,232,245). Sum of RGB (Red+Green+Blue) = 250+232+245=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 232 (91.02% from 255 or 31.91% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8F5 is #05170A. Grayscale: #EEEEEE. Windows color (decimal): -333579 or 16115962. OLE color: 16115962.

HSL color Cylindrical-coordinate representation of color #FAE8F5: hue angle of 316.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE8F5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250232245-
CMYK00.070.020.02
HSL316.67º64.29%94.51%-
HSV(B)316.67º7.2%98.04%-
XYZ84.7684.6398.25-
YUV238.86131.46135.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 232 (91.02% from 255) = 31.91%
BLUE value IS 245 (96.09% from 255) = 33.70%
R=34.39%
G=31.91%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023224500.070.020.02316.6764.2994.51
HexFAE8F5072213d405f
Octal3723503650722475100137
Binary1111101011101000111101010111101010011110110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8F5; }

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

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

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

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

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

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

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

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