#FAE7F0

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

Shades of Lavender Blush #FAE7F0

Tints of Lavender Blush #FAE7F0

Color information

#FAE7F0 (or 0xFAE7F0) is unknown color: approx Lavender Blush. HEX triplet: FA, E7 and F0. RGB value is (250,231,240). Sum of RGB (Red+Green+Blue) = 250+231+240=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F0 is #05180F. Grayscale: #EDEDED. Windows color (decimal): -333840 or 15788026. OLE color: 15788026.

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

Color convert

RGB250231240-
CMYK00.080.040.02
HSL331.58º65.52%94.31%-
HSV(B)331.58º7.6%98.04%-
XYZ83.7383.7794.19-
YUV237.71129.29136.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 231 (90.62% from 255) = 32.04%
BLUE value IS 240 (94.14% from 255) = 33.29%
R=34.67%
G=32.04%
B=33.29%

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
Decimal25023124000.080.040.02331.5865.5294.31
HexFAE7F0084214c425e
Octal37234736001042514102136
Binary111110101110011111110000010001001010100110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7F0; }

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

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

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

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

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

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

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

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