#FAEEF7

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

Shades of Lavender Blush #FAEEF7

Tints of Lavender Blush #FAEEF7

Color information

#FAEEF7 (or 0xFAEEF7) is unknown color: approx Lavender Blush. HEX triplet: FA, EE and F7. RGB value is (250,238,247). Sum of RGB (Red+Green+Blue) = 250+238+247=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 238 (93.36% from 255 or 32.38% from 735); Blue value is 247 (96.88% from 255 or 33.61% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF7 is #051108. Grayscale: #F2F2F2. Windows color (decimal): -332041 or 16248570. OLE color: 16248570.

HSL color Cylindrical-coordinate representation of color #FAEEF7: hue angle of 315º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEF7 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250238247-
CMYK00.050.010.02
HSL315º54.55%95.69%-
HSV(B)315º4.8%98.04%-
XYZ86.7988.19100.44-
YUV242.61130.48133.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 238 (93.36% from 255) = 32.38%
BLUE value IS 247 (96.88% from 255) = 33.61%
R=34.01%
G=32.38%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023824700.050.010.0231554.5595.69
HexFAEEF7051213b3760
Octal372356367051247367140
Binary11111010111011101111011101011101001110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEF7; }

 p { color: rgb(250,238,247); }

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

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

 a { background-color: rgb(250,238,247); }

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

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

 span { border-color: rgb(250,238,247); }

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