#FAE7F3

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

Shades of Lavender Blush #FAE7F3

Tints of Lavender Blush #FAE7F3

Color information

#FAE7F3 (or 0xFAE7F3) is unknown color: approx Lavender Blush. HEX triplet: FA, E7 and F3. RGB value is (250,231,243). Sum of RGB (Red+Green+Blue) = 250+231+243=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 231 (90.62% from 255 or 31.91% from 724); Blue value is 243 (95.31% from 255 or 33.56% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F3 is #05180C. Grayscale: #EEEEEE. Windows color (decimal): -333837 or 15984634. OLE color: 15984634.

HSL color Cylindrical-coordinate representation of color #FAE7F3: hue angle of 322.11º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE7F3 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250231243-
CMYK00.080.030.02
HSL322.11º65.52%94.31%-
HSV(B)322.11º7.6%98.04%-
XYZ84.1883.9596.56-
YUV238.05130.79136.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 231 (90.62% from 255) = 31.91%
BLUE value IS 243 (95.31% from 255) = 33.56%
R=34.53%
G=31.91%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023124300.080.030.02322.1165.5294.31
HexFAE7F30832142425e
Octal37234736301032502102136
Binary11111010111001111111001101000111010100001010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7F3; }

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

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

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

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

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

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

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

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