#FAAEE2

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

Shades of Lavender Rose #FAAEE2

Tints of Lavender Rose #FAAEE2

Color information

#FAAEE2 (or 0xFAAEE2) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E2. RGB value is (250,174,226). Sum of RGB (Red+Green+Blue) = 250+174+226=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE2 is #05511D. Grayscale: #CACACA. Windows color (decimal): -348446 or 14855930. OLE color: 14855930.

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

Color convert

RGB250174226-
CMYK00.300.100.02
HSL318.95º88.37%83.14%-
HSV(B)318.95º30.4%98.04%-
XYZ68.2956.0979.18-
YUV202.65141.18161.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=38.46%
G=26.77%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017422600.300.100.02318.9588.3783.14
HexFAAEE201EA213f5853
Octal372256342036122477130123
Binary11111010101011101110001001111010101010011111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE2; }

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

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

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

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

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

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

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

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