#FFA6EC

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

Shades of Lavender Rose #FFA6EC

Tints of Lavender Rose #FFA6EC

Color information

#FFA6EC (or 0xFFA6EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and EC. RGB value is (255,166,236). Sum of RGB (Red+Green+Blue) = 255+166+236=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6EC is #005913. Grayscale: #C8C8C8. Windows color (decimal): -22804 or 15509247. OLE color: 15509247.

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

Color convert

RGB255166236-
CMYK00.350.070
HSL312.81º100%82.55%-
HSV(B)312.81º34.9%100%-
XYZ70.0254.5986.2-
YUV200.59147.99166.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 166 (65.23% from 255) = 25.27%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=38.81%
G=25.27%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516623600.350.070312.8110082.55
HexFFA6EC023701396453
Octal37724635404370471144123
Binary1111111110100110111011000100011111010011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6EC; }

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

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

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

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

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

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

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

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