#FAE6F2

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

Shades of Lavender Blush #FAE6F2

Tints of Lavender Blush #FAE6F2

Color information

#FAE6F2 (or 0xFAE6F2) is unknown color: approx Lavender Blush. HEX triplet: FA, E6 and F2. RGB value is (250,230,242). Sum of RGB (Red+Green+Blue) = 250+230+242=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6F2 is #05190D. Grayscale: #EDEDED. Windows color (decimal): -334094 or 15918842. OLE color: 15918842.

HSL color Cylindrical-coordinate representation of color #FAE6F2: hue angle of 324º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE6F2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250230242-
CMYK00.080.030.02
HSL324º66.67%94.12%-
HSV(B)324º8%98.04%-
XYZ83.7583.3395.67-
YUV237.35130.63137.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 230 (90.23% from 255) = 31.86%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=34.63%
G=31.86%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023024200.080.030.0232466.6794.12
HexFAE6F20832144435e
Octal37234636201032504103136
Binary11111010111001101111001001000111010100010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6F2; }

 p { color: rgb(250,230,242); }

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

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

 a { background-color: rgb(250,230,242); }

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

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

 span { border-color: rgb(250,230,242); }

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