#FAAEE0

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

Shades of Lavender Rose #FAAEE0

Tints of Lavender Rose #FAAEE0

Color information

#FAAEE0 (or 0xFAAEE0) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E0. RGB value is (250,174,224). Sum of RGB (Red+Green+Blue) = 250+174+224=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE0 is #05511F. Grayscale: #CACACA. Windows color (decimal): -348448 or 14724858. OLE color: 14724858.

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

Color convert

RGB250174224-
CMYK00.300.100.02
HSL320.53º88.37%83.14%-
HSV(B)320.53º30.4%98.04%-
XYZ68.0155.9877.74-
YUV202.42140.18161.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=38.58%
G=26.85%
B=34.57%

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
Decimal25017422400.300.100.02320.5388.3783.14
HexFAAEE001EA21415853
Octal372256340036122501130123
Binary11111010101011101110000001111010101010100000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE0; }

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

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

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

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

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

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

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

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