#FAE9F3

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

Shades of Lavender Blush #FAE9F3

Tints of Lavender Blush #FAE9F3

Color information

#FAE9F3 (or 0xFAE9F3) is unknown color: approx Lavender Blush. HEX triplet: FA, E9 and F3. RGB value is (250,233,243). Sum of RGB (Red+Green+Blue) = 250+233+243=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 243 (95.31% from 255 or 33.47% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9F3 is #05160C. Grayscale: #EFEFEF. Windows color (decimal): -333325 or 15985146. OLE color: 15985146.

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

Color convert

RGB250233243-
CMYK00.070.030.02
HSL324.71º62.96%94.71%-
HSV(B)324.71º6.8%98.04%-
XYZ84.7485.0796.75-
YUV239.22130.13135.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 233 (91.41% from 255) = 32.09%
BLUE value IS 243 (95.31% from 255) = 33.47%
R=34.44%
G=32.09%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023324300.070.030.02324.7162.9694.71
HexFAE9F307321453f5f
Octal372351363073250577137
Binary111110101110100111110011011111101010001011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9F3; }

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

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

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

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

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

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

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

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