#FAEDF4

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

Shades of Lavender Blush #FAEDF4

Tints of Lavender Blush #FAEDF4

Color information

#FAEDF4 (or 0xFAEDF4) is unknown color: approx Lavender Blush. HEX triplet: FA, ED and F4. RGB value is (250,237,244). Sum of RGB (Red+Green+Blue) = 250+237+244=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF4 is #05120B. Grayscale: #F1F1F1. Windows color (decimal): -332300 or 16051706. OLE color: 16051706.

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

Color convert

RGB250237244-
CMYK00.050.020.02
HSL327.69º56.52%95.49%-
HSV(B)327.69º5.2%98.04%-
XYZ86.0487.4297.93-
YUV241.68129.31133.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 237 (92.97% from 255) = 32.42%
BLUE value IS 244 (95.70% from 255) = 33.38%
R=34.20%
G=32.42%
B=33.38%

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
Decimal25023724400.050.020.02327.6956.5295.49
HexFAEDF40522148395f
Octal372355364052251071137
Binary111110101110110111110100010110101010010001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDF4; }

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

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

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

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

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

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

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

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