#FAEDF5

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

Shades of Lavender Blush #FAEDF5

Tints of Lavender Blush #FAEDF5

Color information

#FAEDF5 (or 0xFAEDF5) is unknown color: approx Lavender Blush. HEX triplet: FA, ED and F5. RGB value is (250,237,245). Sum of RGB (Red+Green+Blue) = 250+237+245=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF5 is #05120A. Grayscale: #F1F1F1. Windows color (decimal): -332299 or 16117242. OLE color: 16117242.

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

Color convert

RGB250237245-
CMYK00.050.020.02
HSL323.08º56.52%95.49%-
HSV(B)323.08º5.2%98.04%-
XYZ86.1987.4898.73-
YUV241.8129.81133.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 237 (92.97% from 255) = 32.38%
BLUE value IS 245 (96.09% from 255) = 33.47%
R=34.15%
G=32.38%
B=33.47%

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
Decimal25023724500.050.020.02323.0856.5295.49
HexFAEDF50522143395f
Octal372355365052250371137
Binary111110101110110111110101010110101010000111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDF5; }

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

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

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

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

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

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

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

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