#FAE5EF

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

Shades of Lavender Blush #FAE5EF

Tints of Lavender Blush #FAE5EF

Color information

#FAE5EF (or 0xFAE5EF) is unknown color: approx Lavender Blush. HEX triplet: FA, E5 and EF. RGB value is (250,229,239). Sum of RGB (Red+Green+Blue) = 250+229+239=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EF is #051A10. Grayscale: #ECECEC. Windows color (decimal): -334353 or 15721978. OLE color: 15721978.

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

Color convert

RGB250229239-
CMYK00.080.040.02
HSL331.43º67.74%93.92%-
HSV(B)331.43º8.4%98.04%-
XYZ83.0282.5993.23-
YUV236.42129.46137.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 229 (89.84% from 255) = 31.89%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=34.82%
G=31.89%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923900.080.040.02331.4367.7493.92
HexFAE5EF084214b445e
Octal37234535701042513104136
Binary111110101110010111101111010001001010100101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5EF; }

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

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

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

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

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

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

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

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