#FFA8E5

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

Shades of Lavender Rose #FFA8E5

Tints of Lavender Rose #FFA8E5

Color information

#FFA8E5 (or 0xFFA8E5) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and E5. RGB value is (255,168,229). Sum of RGB (Red+Green+Blue) = 255+168+229=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E5 is #00571A. Grayscale: #C8C8C8. Windows color (decimal): -22299 or 15051007. OLE color: 15051007.

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

Color convert

RGB255168229-
CMYK00.340.100
HSL317.93º100%82.94%-
HSV(B)317.93º34.12%100%-
XYZ69.3954.9281.07-
YUV200.97143.82166.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 168 (66.02% from 255) = 25.77%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=39.11%
G=25.77%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516822900.340.100317.9310082.94
HexFFA8E5022A013e6453
Octal377250345042120476144123
Binary11111111101010001110010101000101010010011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8E5; }

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

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

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

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

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

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

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

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