#FFA6EE

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

Shades of Lavender Rose #FFA6EE

Tints of Lavender Rose #FFA6EE

Color information

#FFA6EE (or 0xFFA6EE) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and EE. RGB value is (255,166,238). Sum of RGB (Red+Green+Blue) = 255+166+238=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6EE is #005911. Grayscale: #C8C8C8. Windows color (decimal): -22802 or 15640319. OLE color: 15640319.

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

Color convert

RGB255166238-
CMYK00.350.070
HSL311.46º100%82.55%-
HSV(B)311.46º34.9%100%-
XYZ70.3154.7187.74-
YUV200.82148.99166.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 166 (65.23% from 255) = 25.19%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=38.69%
G=25.19%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516623800.350.070311.4610082.55
HexFFA6EE023701376453
Octal37724635604370467144123
Binary1111111110100110111011100100011111010011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6EE; }

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

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

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

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

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

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

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

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