#FFA4E3

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

Shades of Lavender Rose #FFA4E3

Tints of Lavender Rose #FFA4E3

Color information

#FFA4E3 (or 0xFFA4E3) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and E3. RGB value is (255,164,227). Sum of RGB (Red+Green+Blue) = 255+164+227=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4E3 is #005B1C. Grayscale: #C6C6C6. Windows color (decimal): -23325 or 14918911. OLE color: 14918911.

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

Color convert

RGB255164227-
CMYK00.360.110
HSL318.46º100%82.16%-
HSV(B)318.46º35.69%100%-
XYZ68.3853.3679.37-
YUV198.39144.15168.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 164 (64.45% from 255) = 25.39%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=39.47%
G=25.39%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516422700.360.110318.4610082.16
HexFFA4E3024B013e6452
Octal377244343044130476144122
Binary11111111101001001110001101001001011010011111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4E3; }

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

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

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

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

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

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

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

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