#FAE9F4

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

Shades of Lavender Blush #FAE9F4

Tints of Lavender Blush #FAE9F4

Color information

#FAE9F4 (or 0xFAE9F4) is unknown color: approx Lavender Blush. HEX triplet: FA, E9 and F4. RGB value is (250,233,244). Sum of RGB (Red+Green+Blue) = 250+233+244=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 244 (95.70% from 255 or 33.56% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9F4 is #05160B. Grayscale: #EFEFEF. Windows color (decimal): -333324 or 16050682. OLE color: 16050682.

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

Color convert

RGB250233244-
CMYK00.070.020.02
HSL321.18º62.96%94.71%-
HSV(B)321.18º6.8%98.04%-
XYZ84.8985.1397.55-
YUV239.34130.63135.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 233 (91.41% from 255) = 32.05%
BLUE value IS 244 (95.70% from 255) = 33.56%
R=34.39%
G=32.05%
B=33.56%

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
Decimal25023324400.070.020.02321.1862.9694.71
HexFAE9F407221413f5f
Octal372351364072250177137
Binary111110101110100111110100011110101010000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9F4; }

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

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

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

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

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

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

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

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