#FAECF5

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

Shades of Lavender Blush #FAECF5

Tints of Lavender Blush #FAECF5

Color information

#FAECF5 (or 0xFAECF5) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F5. RGB value is (250,236,245). Sum of RGB (Red+Green+Blue) = 250+236+245=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 236 (92.58% from 255 or 32.28% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF5 is #05130A. Grayscale: #F1F1F1. Windows color (decimal): -332555 or 16116986. OLE color: 16116986.

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

Color convert

RGB250236245-
CMYK00.060.020.02
HSL321.43º58.33%95.29%-
HSV(B)321.43º5.6%98.04%-
XYZ85.986.9198.63-
YUV241.21130.14134.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 236 (92.58% from 255) = 32.28%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=34.20%
G=32.28%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023624500.060.020.02321.4358.3395.29
HexFAECF506221413a5f
Octal372354365062250172137
Binary111110101110110011110101011010101010000011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF5; }

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

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

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

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

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

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

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

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