#FFA8E7

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

Shades of Lavender Rose #FFA8E7

Tints of Lavender Rose #FFA8E7

Color information

#FFA8E7 (or 0xFFA8E7) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and E7. RGB value is (255,168,231). Sum of RGB (Red+Green+Blue) = 255+168+231=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8E7 is #005718. Grayscale: #C9C9C9. Windows color (decimal): -22297 or 15182079. OLE color: 15182079.

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

Color convert

RGB255168231-
CMYK00.340.090
HSL316.55º100%82.94%-
HSV(B)316.55º34.12%100%-
XYZ69.6755.0382.55-
YUV201.2144.82166.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=38.99%
G=25.69%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516823100.340.090316.5510082.94
HexFFA8E70229013d6453
Octal377250347042110475144123
Binary11111111101010001110011101000101001010011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8E7; }

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

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

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

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

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

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

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

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