#FFA1F0

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

Shades of Lavender Rose #FFA1F0

Tints of Lavender Rose #FFA1F0

Color information

#FFA1F0 (or 0xFFA1F0) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and F0. RGB value is (255,161,240). Sum of RGB (Red+Green+Blue) = 255+161+240=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F0 is #005E0F. Grayscale: #C5C5C5. Windows color (decimal): -24080 or 15770111. OLE color: 15770111.

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

Color convert

RGB255161240-
CMYK00.370.060
HSL309.57º100%81.57%-
HSV(B)309.57º36.86%100%-
XYZ69.7153.0489-
YUV198.11151.64168.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 161 (63.28% from 255) = 24.54%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=38.87%
G=24.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516124000.370.060309.5710081.57
HexFFA1F0025601366452
Octal37724136004560466144122
Binary1111111110100001111100000100101110010011011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1F0; }

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

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

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

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

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

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

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

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