#FAECF7

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

Shades of Lavender Blush #FAECF7

Tints of Lavender Blush #FAECF7

Color information

#FAECF7 (or 0xFAECF7) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F7. RGB value is (250,236,247). Sum of RGB (Red+Green+Blue) = 250+236+247=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 236 (92.58% from 255 or 32.20% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF7 is #051308. Grayscale: #F1F1F1. Windows color (decimal): -332553 or 16248058. OLE color: 16248058.

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

Color convert

RGB250236247-
CMYK00.060.010.02
HSL312.86º58.33%95.29%-
HSV(B)312.86º5.6%98.04%-
XYZ86.2187.03100.25-
YUV241.44131.14134.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 236 (92.58% from 255) = 32.20%
BLUE value IS 247 (96.88% from 255) = 33.70%
R=34.11%
G=32.20%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023624700.060.010.02312.8658.3395.29
HexFAECF706121393a5f
Octal372354367061247172137
Binary11111010111011001111011101101101001110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF7; }

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

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

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

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

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

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

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

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