#FFA1F7

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

Shades of Lavender Rose #FFA1F7

Tints of Lavender Rose #FFA1F7

Color information

#FFA1F7 (or 0xFFA1F7) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and F7. RGB value is (255,161,247). Sum of RGB (Red+Green+Blue) = 255+161+247=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 161 (63.28% from 255 or 24.28% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F7 is #005E08. Grayscale: #C6C6C6. Windows color (decimal): -24073 or 16228863. OLE color: 16228863.

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

Color convert

RGB255161247-
CMYK00.370.030
HSL305.11º100%81.57%-
HSV(B)305.11º36.86%100%-
XYZ70.7753.4794.59-
YUV198.91155.14168.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 161 (63.28% from 255) = 24.28%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=38.46%
G=24.28%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516124700.370.030305.1110081.57
HexFFA1F7025301316452
Octal37724136704530461144122
Binary111111111010000111110111010010111010011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1F7; }

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

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

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

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

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

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

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

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