#FAE5F4

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

Shades of Lavender Blush #FAE5F4

Tints of Lavender Blush #FAE5F4

Color information

#FAE5F4 (or 0xFAE5F4) is unknown color: approx Lavender Blush. HEX triplet: FA, E5 and F4. RGB value is (250,229,244). Sum of RGB (Red+Green+Blue) = 250+229+244=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 229 (89.84% from 255 or 31.67% from 723); Blue value is 244 (95.70% from 255 or 33.75% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5F4 is #051A0B. Grayscale: #ECECEC. Windows color (decimal): -334348 or 16049658. OLE color: 16049658.

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

Color convert

RGB250229244-
CMYK00.080.020.02
HSL317.14º67.74%93.92%-
HSV(B)317.14º8.4%98.04%-
XYZ83.7782.8997.17-
YUV236.99131.96137.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 229 (89.84% from 255) = 31.67%
BLUE value IS 244 (95.70% from 255) = 33.75%
R=34.58%
G=31.67%
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
Decimal25022924400.080.020.02317.1467.7493.92
HexFAE5F4082213d445e
Octal37234536401022475104136
Binary11111010111001011111010001000101010011110110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5F4; }

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

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

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

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

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

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

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

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