#FAA6E1

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

Shades of Lavender Rose #FAA6E1

Tints of Lavender Rose #FAA6E1

Color information

#FAA6E1 (or 0xFAA6E1) is unknown color: approx Lavender Rose. HEX triplet: FA, A6 and E1. RGB value is (250,166,225). Sum of RGB (Red+Green+Blue) = 250+166+225=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6E1 is #05591E. Grayscale: #C5C5C5. Windows color (decimal): -350495 or 14788346. OLE color: 14788346.

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

Color convert

RGB250166225-
CMYK00.340.100.02
HSL317.86º89.36%81.57%-
HSV(B)317.86º33.6%98.04%-
XYZ66.6553.0377.96-
YUV197.84143.33165.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=39.00%
G=25.90%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016622500.340.100.02317.8689.3681.57
HexFAA6E1022A213e5952
Octal372246341042122476131122
Binary111110101010011011100001010001010101010011111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6E1; }

 p { color: rgb(250,166,225); }

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

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

 a { background-color: rgb(250,166,225); }

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

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

 span { border-color: rgb(250,166,225); }

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