#FAECF4

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

Shades of Lavender Blush #FAECF4

Tints of Lavender Blush #FAECF4

Color information

#FAECF4 (or 0xFAECF4) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F4. RGB value is (250,236,244). Sum of RGB (Red+Green+Blue) = 250+236+244=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 244 (95.70% from 255 or 33.42% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF4 is #05130B. Grayscale: #F1F1F1. Windows color (decimal): -332556 or 16051450. OLE color: 16051450.

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

Color convert

RGB250236244-
CMYK00.060.020.02
HSL325.71º58.33%95.29%-
HSV(B)325.71º5.6%98.04%-
XYZ85.7586.8597.83-
YUV241.1129.64134.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 236 (92.58% from 255) = 32.33%
BLUE value IS 244 (95.70% from 255) = 33.42%
R=34.25%
G=32.33%
B=33.42%

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
Decimal25023624400.060.020.02325.7158.3395.29
HexFAECF406221463a5f
Octal372354364062250672137
Binary111110101110110011110100011010101010001101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF4; }

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

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

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

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

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

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

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

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