#FAECF2

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

Shades of Lavender Blush #FAECF2

Tints of Lavender Blush #FAECF2

Color information

#FAECF2 (or 0xFAECF2) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F2. RGB value is (250,236,242). Sum of RGB (Red+Green+Blue) = 250+236+242=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF2 is #05130D. Grayscale: #F0F0F0. Windows color (decimal): -332558 or 15920378. OLE color: 15920378.

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

Color convert

RGB250236242-
CMYK00.060.030.02
HSL334.29º58.33%95.29%-
HSV(B)334.29º5.6%98.04%-
XYZ85.4586.7396.24-
YUV240.87128.64134.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 242 (94.92% from 255) = 33.24%
R=34.34%
G=32.42%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023624200.060.030.02334.2958.3395.29
HexFAECF2063214e3a5f
Octal372354362063251672137
Binary111110101110110011110010011011101010011101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF2; }

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

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

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

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

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

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

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

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