#FAEAF5

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

Shades of Lavender Blush #FAEAF5

Tints of Lavender Blush #FAEAF5

Color information

#FAEAF5 (or 0xFAEAF5) is unknown color: approx Lavender Blush. HEX triplet: FA, EA and F5. RGB value is (250,234,245). Sum of RGB (Red+Green+Blue) = 250+234+245=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF5 is #05150A. Grayscale: #F0F0F0. Windows color (decimal): -333067 or 16116474. OLE color: 16116474.

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

Color convert

RGB250234245-
CMYK00.060.020.02
HSL318.75º61.54%94.9%-
HSV(B)318.75º6.4%98.04%-
XYZ85.3385.7698.44-
YUV240.04130.8135.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 234 (91.80% from 255) = 32.10%
BLUE value IS 245 (96.09% from 255) = 33.61%
R=34.29%
G=32.10%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023424500.060.020.02318.7561.5494.9
HexFAEAF5062213f3e5f
Octal372352365062247776137
Binary111110101110101011110101011010101001111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAF5; }

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

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

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

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

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

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

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

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