#FFA4E9

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

Shades of Lavender Rose #FFA4E9

Tints of Lavender Rose #FFA4E9

Color information

#FFA4E9 (or 0xFFA4E9) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and E9. RGB value is (255,164,233). Sum of RGB (Red+Green+Blue) = 255+164+233=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4E9 is #005B16. Grayscale: #C6C6C6. Windows color (decimal): -23319 or 15312127. OLE color: 15312127.

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

Color convert

RGB255164233-
CMYK00.360.090
HSL314.51º100%82.16%-
HSV(B)314.51º35.69%100%-
XYZ69.2253.6983.81-
YUV199.08147.15167.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 233 (91.41% from 255) = 35.74%
R=39.11%
G=25.15%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516423300.360.090314.5110082.16
HexFFA4E90249013b6452
Octal377244351044110473144122
Binary11111111101001001110100101001001001010011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4E9; }

 p { color: rgb(255,164,233); }

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

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

 a { background-color: rgb(255,164,233); }

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

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

 span { border-color: rgb(255,164,233); }

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