#FAECF0

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

Shades of Lavender Blush #FAECF0

Tints of Lavender Blush #FAECF0

Color information

#FAECF0 (or 0xFAECF0) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F0. RGB value is (250,236,240). Sum of RGB (Red+Green+Blue) = 250+236+240=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF0 is #05130F. Grayscale: #F0F0F0. Windows color (decimal): -332560 or 15789306. OLE color: 15789306.

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

Color convert

RGB250236240-
CMYK00.060.040.02
HSL342.86º58.33%95.29%-
HSV(B)342.86º5.6%98.04%-
XYZ85.1586.6194.67-
YUV240.64127.64134.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 236 (92.58% from 255) = 32.51%
BLUE value IS 240 (94.14% from 255) = 33.06%
R=34.44%
G=32.51%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023624000.060.040.02342.8658.3395.29
HexFAECF006421573a5f
Octal372354360064252772137
Binary1111101011101100111100000110100101010101111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF0; }

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

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

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

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

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

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

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

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