#FFA8EA

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

Shades of Lavender Rose #FFA8EA

Tints of Lavender Rose #FFA8EA

Color information

#FFA8EA (or 0xFFA8EA) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and EA. RGB value is (255,168,234). Sum of RGB (Red+Green+Blue) = 255+168+234=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EA is #005715. Grayscale: #C9C9C9. Windows color (decimal): -22294 or 15378687. OLE color: 15378687.

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

Color convert

RGB255168234-
CMYK00.340.080
HSL314.48º100%82.94%-
HSV(B)314.48º34.12%100%-
XYZ70.0955.2184.8-
YUV201.54146.32166.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 168 (66.02% from 255) = 25.57%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=38.81%
G=25.57%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516823400.340.080314.4810082.94
HexFFA8EA0228013a6453
Octal377250352042100472144123
Binary11111111101010001110101001000101000010011101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8EA; }

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

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

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

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

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

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

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

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