#FAEDF3

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

Shades of Lavender Blush #FAEDF3

Tints of Lavender Blush #FAEDF3

Color information

#FAEDF3 (or 0xFAEDF3) is unknown color: approx Lavender Blush. HEX triplet: FA, ED and F3. RGB value is (250,237,243). Sum of RGB (Red+Green+Blue) = 250+237+243=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 243 (95.31% from 255 or 33.29% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF3 is #05120C. Grayscale: #F1F1F1. Windows color (decimal): -332301 or 15986170. OLE color: 15986170.

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

Color convert

RGB250237243-
CMYK00.050.030.02
HSL332.31º56.52%95.49%-
HSV(B)332.31º5.2%98.04%-
XYZ85.8987.3697.13-
YUV241.57128.81134.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 243 (95.31% from 255) = 33.29%
R=34.25%
G=32.47%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023724300.050.030.02332.3156.5295.49
HexFAEDF3053214c395f
Octal372355363053251471137
Binary111110101110110111110011010111101010011001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDF3; }

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

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

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

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

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

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

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

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