#FAA5E4

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

Shades of Lavender Rose #FAA5E4

Tints of Lavender Rose #FAA5E4

Color information

#FAA5E4 (or 0xFAA5E4) is unknown color: approx Lavender Rose. HEX triplet: FA, A5 and E4. RGB value is (250,165,228). Sum of RGB (Red+Green+Blue) = 250+165+228=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5E4 is #055A1B. Grayscale: #C5C5C5. Windows color (decimal): -350748 or 14984698. OLE color: 14984698.

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

Color convert

RGB250165228-
CMYK00.340.090.02
HSL315.53º89.47%81.37%-
HSV(B)315.53º34%98.04%-
XYZ66.8852.8480.07-
YUV197.6145.16165.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 25.66%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=38.88%
G=25.66%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016522800.340.090.02315.5389.4781.37
HexFAA5E40229213c5951
Octal372245344042112474131121
Binary111110101010010111100100010001010011010011110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5E4; }

 p { color: rgb(250,165,228); }

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

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

 a { background-color: rgb(250,165,228); }

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

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

 span { border-color: rgb(250,165,228); }

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