#FAE9F0

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

Shades of Lavender Blush #FAE9F0

Tints of Lavender Blush #FAE9F0

Color information

#FAE9F0 (or 0xFAE9F0) is unknown color: approx Lavender Blush. HEX triplet: FA, E9 and F0. RGB value is (250,233,240). Sum of RGB (Red+Green+Blue) = 250+233+240=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9F0 is #05160F. Grayscale: #EEEEEE. Windows color (decimal): -333328 or 15788538. OLE color: 15788538.

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

Color convert

RGB250233240-
CMYK00.070.040.02
HSL335.29º62.96%94.71%-
HSV(B)335.29º6.8%98.04%-
XYZ84.2984.8994.38-
YUV238.88128.63135.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 233 (91.41% from 255) = 32.23%
BLUE value IS 240 (94.14% from 255) = 33.20%
R=34.58%
G=32.23%
B=33.20%

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
Decimal25023324000.070.040.02335.2962.9694.71
HexFAE9F0074214f3f5f
Octal372351360074251777137
Binary1111101011101001111100000111100101010011111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9F0; }

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

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

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

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

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

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

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

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