#FFA7F1

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

Shades of Lavender Rose #FFA7F1

Tints of Lavender Rose #FFA7F1

Color information

#FFA7F1 (or 0xFFA7F1) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and F1. RGB value is (255,167,241). Sum of RGB (Red+Green+Blue) = 255+167+241=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 167 (65.62% from 255 or 25.19% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7F1 is #00580E. Grayscale: #C9C9C9. Windows color (decimal): -22543 or 15837183. OLE color: 15837183.

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

Color convert

RGB255167241-
CMYK00.350.050
HSL309.55º100%82.75%-
HSV(B)309.55º34.51%100%-
XYZ70.9455.2590.14-
YUV201.75150.15165.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 167 (65.62% from 255) = 25.19%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=38.46%
G=25.19%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516724100.350.050309.5510082.75
HexFFA7F1023501366453
Octal37724736104350466144123
Binary1111111110100111111100010100011101010011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7F1; }

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

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

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

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

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

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

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

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