#FAAEE3

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

Shades of Lavender Rose #FAAEE3

Tints of Lavender Rose #FAAEE3

Color information

#FAAEE3 (or 0xFAAEE3) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E3. RGB value is (250,174,227). Sum of RGB (Red+Green+Blue) = 250+174+227=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE3 is #05511C. Grayscale: #CACACA. Windows color (decimal): -348445 or 14921466. OLE color: 14921466.

HSL color Cylindrical-coordinate representation of color #FAAEE3: hue angle of 318.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEE3 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250174227-
CMYK00.300.090.02
HSL318.16º88.37%83.14%-
HSV(B)318.16º30.4%98.04%-
XYZ68.4356.1479.9-
YUV202.77141.68161.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=38.40%
G=26.73%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017422700.300.090.02318.1688.3783.14
HexFAAEE301E9213e5853
Octal372256343036112476130123
Binary11111010101011101110001101111010011010011111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE3; }

 p { color: rgb(250,174,227); }

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

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

 a { background-color: rgb(250,174,227); }

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

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

 span { border-color: rgb(250,174,227); }

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