#FFA4E0

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

Shades of Lavender Rose #FFA4E0

Tints of Lavender Rose #FFA4E0

Color information

#FFA4E0 (or 0xFFA4E0) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and E0. RGB value is (255,164,224). Sum of RGB (Red+Green+Blue) = 255+164+224=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4E0 is #005B1F. Grayscale: #C5C5C5. Windows color (decimal): -23328 or 14722303. OLE color: 14722303.

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

Color convert

RGB255164224-
CMYK00.360.120
HSL320.44º100%82.16%-
HSV(B)320.44º35.69%100%-
XYZ67.9753.1977.21-
YUV198.05142.65168.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 164 (64.45% from 255) = 25.51%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=39.66%
G=25.51%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516422400.360.120320.4410082.16
HexFFA4E0024C01406452
Octal377244340044140500144122
Binary11111111101001001110000001001001100010100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4E0; }

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

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

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

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

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

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

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

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