#FFA2E7

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

Shades of Lavender Rose #FFA2E7

Tints of Lavender Rose #FFA2E7

Color information

#FFA2E7 (or 0xFFA2E7) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and E7. RGB value is (255,162,231). Sum of RGB (Red+Green+Blue) = 255+162+231=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2E7 is #005D18. Grayscale: #C5C5C5. Windows color (decimal): -23833 or 15180543. OLE color: 15180543.

HSL color Cylindrical-coordinate representation of color #FFA2E7: hue angle of 315.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2E7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255162231-
CMYK00.360.090
HSL315.48º100%81.76%-
HSV(B)315.48º36.47%100%-
XYZ68.5852.8782.19-
YUV197.67146.81168.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 25%
BLUE value IS 231 (90.62% from 255) = 35.65%
R=39.35%
G=25%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516223100.360.090315.4810081.76
HexFFA2E70249013b6452
Octal377242347044110473144122
Binary11111111101000101110011101001001001010011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2E7; }

 p { color: rgb(255,162,231); }

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

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

 a { background-color: rgb(255,162,231); }

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

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

 span { border-color: rgb(255,162,231); }

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