#FFA1F1

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

Shades of Lavender Rose #FFA1F1

Tints of Lavender Rose #FFA1F1

Color information

#FFA1F1 (or 0xFFA1F1) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and F1. RGB value is (255,161,241). Sum of RGB (Red+Green+Blue) = 255+161+241=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F1 is #005E0E. Grayscale: #C6C6C6. Windows color (decimal): -24079 or 15835647. OLE color: 15835647.

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

Color convert

RGB255161241-
CMYK00.370.050
HSL308.94º100%81.57%-
HSV(B)308.94º36.86%100%-
XYZ69.8653.189.79-
YUV198.23152.14168.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 161 (63.28% from 255) = 24.51%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=38.81%
G=24.51%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516124100.370.050308.9410081.57
HexFFA1F1025501356452
Octal37724136104550465144122
Binary1111111110100001111100010100101101010011010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1F1; }

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

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

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

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

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

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

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

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