#FAA3E0

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

Shades of Lavender Rose #FAA3E0

Tints of Lavender Rose #FAA3E0

Color information

#FAA3E0 (or 0xFAA3E0) is unknown color: approx Lavender Rose. HEX triplet: FA, A3 and E0. RGB value is (250,163,224). Sum of RGB (Red+Green+Blue) = 250+163+224=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3E0 is #055C1F. Grayscale: #C3C3C3. Windows color (decimal): -351264 or 14722042. OLE color: 14722042.

HSL color Cylindrical-coordinate representation of color #FAA3E0: hue angle of 317.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3E0 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250163224-
CMYK00.350.100.02
HSL317.93º89.69%80.98%-
HSV(B)317.93º34.8%98.04%-
XYZ65.9851.977.06-
YUV195.97143.82166.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 163 (64.06% from 255) = 25.59%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=39.25%
G=25.59%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016322400.350.100.02317.9389.6980.98
HexFAA3E0023A213e5a51
Octal372243340043122476132121
Binary111110101010001111100000010001110101010011111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3E0; }

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

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

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

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

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

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

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

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