#FFA1EA

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

Shades of Lavender Rose #FFA1EA

Tints of Lavender Rose #FFA1EA

Color information

#FFA1EA (or 0xFFA1EA) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and EA. RGB value is (255,161,234). Sum of RGB (Red+Green+Blue) = 255+161+234=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1EA is #005E15. Grayscale: #C5C5C5. Windows color (decimal): -24086 or 15376895. OLE color: 15376895.

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

Color convert

RGB255161234-
CMYK00.370.080
HSL313.4º100%81.57%-
HSV(B)313.4º36.86%100%-
XYZ68.8452.6984.38-
YUV197.43148.64169.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 161 (63.28% from 255) = 24.77%
BLUE value IS 234 (91.80% from 255) = 36%
R=39.23%
G=24.77%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516123400.370.080313.410081.57
HexFFA1EA025801396452
Octal377241352045100471144122
Binary11111111101000011110101001001011000010011100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1EA; }

 p { color: rgb(255,161,234); }

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

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

 a { background-color: rgb(255,161,234); }

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

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

 span { border-color: rgb(255,161,234); }

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