#FFA1FE

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

Shades of Lavender Rose #FFA1FE

Tints of Lavender Rose #FFA1FE

Color information

#FFA1FE (or 0xFFA1FE) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and FE. RGB value is (255,161,254). Sum of RGB (Red+Green+Blue) = 255+161+254=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 161 (63.28% from 255 or 24.03% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1FE is #005E01. Grayscale: #C7C7C7. Windows color (decimal): -24066 or 16687615. OLE color: 16687615.

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

Color convert

RGB255161254-
CMYK00.370.000
HSL300.64º100%81.57%-
HSV(B)300.64º36.86%100%-
XYZ71.8753.91100.38-
YUV199.71158.64167.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 161 (63.28% from 255) = 24.03%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=38.06%
G=24.03%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516125400.370.000300.6410081.57
HexFFA1FE0250012d6452
Octal37724137604500455144122
Binary11111111101000011111111001001010010010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1FE; }

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

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

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

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

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

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

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

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