#FAEEF4

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

Shades of Lavender Blush #FAEEF4

Tints of Lavender Blush #FAEEF4

Color information

#FAEEF4 (or 0xFAEEF4) is unknown color: approx Lavender Blush. HEX triplet: FA, EE and F4. RGB value is (250,238,244). Sum of RGB (Red+Green+Blue) = 250+238+244=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF4 is #05110B. Grayscale: #F2F2F2. Windows color (decimal): -332044 or 16051962. OLE color: 16051962.

HSL color Cylindrical-coordinate representation of color #FAEEF4: hue angle of 330º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEF4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250238244-
CMYK00.050.020.02
HSL330º54.55%95.69%-
HSV(B)330º4.8%98.04%-
XYZ86.338898.02-
YUV242.27128.98133.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 238 (93.36% from 255) = 32.51%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=34.15%
G=32.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023824400.050.020.0233054.5595.69
HexFAEEF4052214a3760
Octal372356364052251267140
Binary111110101110111011110100010110101010010101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEF4; }

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

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

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

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

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

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

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

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