#FFA8E6

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

Shades of Lavender Rose #FFA8E6

Tints of Lavender Rose #FFA8E6

Color information

#FFA8E6 (or 0xFFA8E6) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and E6. RGB value is (255,168,230). Sum of RGB (Red+Green+Blue) = 255+168+230=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8E6 is #005719. Grayscale: #C8C8C8. Windows color (decimal): -22298 or 15116543. OLE color: 15116543.

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

Color convert

RGB255168230-
CMYK00.340.100
HSL317.24º100%82.94%-
HSV(B)317.24º34.12%100%-
XYZ69.5354.9881.81-
YUV201.08144.32166.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 168 (66.02% from 255) = 25.73%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=39.05%
G=25.73%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516823000.340.100317.2410082.94
HexFFA8E6022A013d6453
Octal377250346042120475144123
Binary11111111101010001110011001000101010010011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8E6; }

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

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

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

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

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

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

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

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