#FAEDF7

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

Shades of Lavender Blush #FAEDF7

Tints of Lavender Blush #FAEDF7

Color information

#FAEDF7 (or 0xFAEDF7) is unknown color: approx Lavender Blush. HEX triplet: FA, ED and F7. RGB value is (250,237,247). Sum of RGB (Red+Green+Blue) = 250+237+247=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 247 (96.88% from 255 or 33.65% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF7 is #051208. Grayscale: #F2F2F2. Windows color (decimal): -332297 or 16248314. OLE color: 16248314.

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

Color convert

RGB250237247-
CMYK00.050.010.02
HSL313.85º56.52%95.49%-
HSV(B)313.85º5.2%98.04%-
XYZ86.587.61100.35-
YUV242.03130.81133.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 247 (96.88% from 255) = 33.65%
R=34.06%
G=32.29%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023724700.050.010.02313.8556.5295.49
HexFAEDF7051213a395f
Octal372355367051247271137
Binary11111010111011011111011101011101001110101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDF7; }

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

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

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

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

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

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

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

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