#FAECF3

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

Shades of Lavender Blush #FAECF3

Tints of Lavender Blush #FAECF3

Color information

#FAECF3 (or 0xFAECF3) is unknown color: approx Lavender Blush. HEX triplet: FA, EC and F3. RGB value is (250,236,243). Sum of RGB (Red+Green+Blue) = 250+236+243=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 243 (95.31% from 255 or 33.33% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF3 is #05130C. Grayscale: #F0F0F0. Windows color (decimal): -332557 or 15985914. OLE color: 15985914.

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

Color convert

RGB250236243-
CMYK00.060.030.02
HSL330º58.33%95.29%-
HSV(B)330º5.6%98.04%-
XYZ85.686.7997.03-
YUV240.98129.14134.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 236 (92.58% from 255) = 32.37%
BLUE value IS 243 (95.31% from 255) = 33.33%
R=34.29%
G=32.37%
B=33.33%

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
Decimal25023624300.060.030.0233058.3395.29
HexFAECF3063214a3a5f
Octal372354363063251272137
Binary111110101110110011110011011011101010010101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECF3; }

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

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

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

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

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

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

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

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