#FAE8EF

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

Shades of Lavender Blush #FAE8EF

Tints of Lavender Blush #FAE8EF

Color information

#FAE8EF (or 0xFAE8EF) is unknown color: approx Lavender Blush. HEX triplet: FA, E8 and EF. RGB value is (250,232,239). Sum of RGB (Red+Green+Blue) = 250+232+239=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EF is #051710. Grayscale: #EEEEEE. Windows color (decimal): -333585 or 15722746. OLE color: 15722746.

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

Color convert

RGB250232239-
CMYK00.070.040.02
HSL336.67º64.29%94.51%-
HSV(B)336.67º7.2%98.04%-
XYZ83.8684.2793.51-
YUV238.18128.46136.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 232 (91.02% from 255) = 32.18%
BLUE value IS 239 (93.75% from 255) = 33.15%
R=34.67%
G=32.18%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023223900.070.040.02336.6764.2994.51
HexFAE8EF0742151405f
Octal3723503570742521100137
Binary11111010111010001110111101111001010101000110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8EF; }

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

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

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

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

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

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

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

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