#FAE8F4

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

Shades of Lavender Blush #FAE8F4

Tints of Lavender Blush #FAE8F4

Color information

#FAE8F4 (or 0xFAE8F4) is unknown color: approx Lavender Blush. HEX triplet: FA, E8 and F4. RGB value is (250,232,244). Sum of RGB (Red+Green+Blue) = 250+232+244=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8F4 is #05170B. Grayscale: #EEEEEE. Windows color (decimal): -333580 or 16050426. OLE color: 16050426.

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

Color convert

RGB250232244-
CMYK00.070.020.02
HSL320º64.29%94.51%-
HSV(B)320º7.2%98.04%-
XYZ84.6184.5797.45-
YUV238.75130.96136.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 232 (91.02% from 255) = 31.96%
BLUE value IS 244 (95.70% from 255) = 33.61%
R=34.44%
G=31.96%
B=33.61%

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
Decimal25023224400.070.020.0232064.2994.51
HexFAE8F40722140405f
Octal3723503640722500100137
Binary1111101011101000111101000111101010100000010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8F4; }

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

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

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

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

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

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

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

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