#FFA6FE

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

Shades of Lavender Rose #FFA6FE

Tints of Lavender Rose #FFA6FE

Color information

#FFA6FE (or 0xFFA6FE) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and FE. RGB value is (255,166,254). Sum of RGB (Red+Green+Blue) = 255+166+254=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 166 (65.23% from 255 or 24.59% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6FE is #005901. Grayscale: #CACACA. Windows color (decimal): -22786 or 16688895. OLE color: 16688895.

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

Color convert

RGB255166254-
CMYK00.350.000
HSL300.67º100%82.55%-
HSV(B)300.67º34.9%100%-
XYZ72.7755.69100.68-
YUV202.64156.99165.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 166 (65.23% from 255) = 24.59%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=37.78%
G=24.59%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516625400.350.000300.6710082.55
HexFFA6FE0230012d6453
Octal37724637604300455144123
Binary11111111101001101111111001000110010010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6FE; }

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

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

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

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

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

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

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

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