#FFA8EC

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

Shades of Lavender Rose #FFA8EC

Tints of Lavender Rose #FFA8EC

Color information

#FFA8EC (or 0xFFA8EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and EC. RGB value is (255,168,236). Sum of RGB (Red+Green+Blue) = 255+168+236=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EC is #005713. Grayscale: #C9C9C9. Windows color (decimal): -22292 or 15509759. OLE color: 15509759.

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

Color convert

RGB255168236-
CMYK00.340.070
HSL313.1º100%82.94%-
HSV(B)313.1º34.12%100%-
XYZ70.3855.3286.33-
YUV201.76147.32165.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 168 (66.02% from 255) = 25.49%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=38.69%
G=25.49%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516823600.340.070313.110082.94
HexFFA8EC022701396453
Octal37725035404270471144123
Binary1111111110101000111011000100010111010011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8EC; }

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

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

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

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

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

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

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

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