#FFA4EB

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

Shades of Lavender Rose #FFA4EB

Tints of Lavender Rose #FFA4EB

Color information

#FFA4EB (or 0xFFA4EB) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and EB. RGB value is (255,164,235). Sum of RGB (Red+Green+Blue) = 255+164+235=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4EB is #005B14. Grayscale: #C7C7C7. Windows color (decimal): -23317 or 15443199. OLE color: 15443199.

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

Color convert

RGB255164235-
CMYK00.360.080
HSL313.19º100%82.16%-
HSV(B)313.19º35.69%100%-
XYZ69.5153.8185.32-
YUV199.3148.15167.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 164 (64.45% from 255) = 25.08%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=38.99%
G=25.08%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516423500.360.080313.1910082.16
HexFFA4EB024801396452
Octal377244353044100471144122
Binary11111111101001001110101101001001000010011100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4EB; }

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

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

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

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

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

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

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

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