#FFA6FF

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

Shades of Lavender Rose #FFA6FF

Tints of Lavender Rose #FFA6FF

Color information

#FFA6FF (or 0xFFA6FF) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and FF. RGB value is (255,166,255). Sum of RGB (Red+Green+Blue) = 255+166+255=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 166 (65.23% from 255 or 24.56% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6FF is #005900. Grayscale: #CACACA. Windows color (decimal): -22785 or 16754431. OLE color: 16754431.

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

Color convert

RGB255166255-
CMYK00.3500
HSL300º100%82.55%-
HSV(B)300º34.9%100%-
XYZ72.9355.75101.53-
YUV202.76157.49165.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 24.56%
BLUE value IS 255 (100% from 255) = 37.72%
R=37.72%
G=24.56%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516625500.350030010082.55
HexFFA6FF0230012c6453
Octal37724637704300454144123
Binary11111111101001101111111101000110010010110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6FF; }

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

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

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

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

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

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

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

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