#FAE7F5

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

Shades of Lavender Blush #FAE7F5

Tints of Lavender Blush #FAE7F5

Color information

#FAE7F5 (or 0xFAE7F5) is unknown color: approx Lavender Blush. HEX triplet: FA, E7 and F5. RGB value is (250,231,245). Sum of RGB (Red+Green+Blue) = 250+231+245=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 231 (90.62% from 255 or 31.82% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F5 is #05180A. Grayscale: #EEEEEE. Windows color (decimal): -333835 or 16115706. OLE color: 16115706.

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

Color convert

RGB250231245-
CMYK00.080.020.02
HSL315.79º65.52%94.31%-
HSV(B)315.79º7.6%98.04%-
XYZ84.4884.0798.16-
YUV238.28131.79136.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 231 (90.62% from 255) = 31.82%
BLUE value IS 245 (96.09% from 255) = 33.75%
R=34.44%
G=31.82%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023124500.080.020.02315.7965.5294.31
HexFAE7F5082213c425e
Octal37234736501022474102136
Binary11111010111001111111010101000101010011110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7F5; }

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

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

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

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

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

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

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

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