#FAE7F1

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

Shades of Lavender Blush #FAE7F1

Tints of Lavender Blush #FAE7F1

Color information

#FAE7F1 (or 0xFAE7F1) is unknown color: approx Lavender Blush. HEX triplet: FA, E7 and F1. RGB value is (250,231,241). Sum of RGB (Red+Green+Blue) = 250+231+241=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F1 is #05180E. Grayscale: #EDEDED. Windows color (decimal): -333839 or 15853562. OLE color: 15853562.

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

Color convert

RGB250231241-
CMYK00.080.040.02
HSL328.42º65.52%94.31%-
HSV(B)328.42º7.6%98.04%-
XYZ83.8883.8394.98-
YUV237.82129.79136.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 231 (90.62% from 255) = 31.99%
BLUE value IS 241 (94.53% from 255) = 33.38%
R=34.63%
G=31.99%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023124100.080.040.02328.4265.5294.31
HexFAE7F10842148425e
Octal37234736101042510102136
Binary111110101110011111110001010001001010100100010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7F1; }

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

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

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

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

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

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

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

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