#FFA2E8

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

Shades of Lavender Rose #FFA2E8

Tints of Lavender Rose #FFA2E8

Color information

#FFA2E8 (or 0xFFA2E8) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and E8. RGB value is (255,162,232). Sum of RGB (Red+Green+Blue) = 255+162+232=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2E8 is #005D17. Grayscale: #C5C5C5. Windows color (decimal): -23832 or 15246079. OLE color: 15246079.

HSL color Cylindrical-coordinate representation of color #FFA2E8: hue angle of 314.84º 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 #FFA2E8 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255162232-
CMYK00.360.090
HSL314.84º100%81.76%-
HSV(B)314.84º36.47%100%-
XYZ68.7352.9382.94-
YUV197.79147.31168.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 162 (63.67% from 255) = 24.96%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=39.29%
G=24.96%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516223200.360.090314.8410081.76
HexFFA2E80249013b6452
Octal377242350044110473144122
Binary11111111101000101110100001001001001010011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2E8; }

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

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

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

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

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

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

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

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