#F7A3FA

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

Shades of Lavender Rose #F7A3FA

Tints of Lavender Rose #F7A3FA

Color information

#F7A3FA (or 0xF7A3FA) is unknown color: approx Lavender Rose. HEX triplet: F7, A3 and FA. RGB value is (247,163,250). Sum of RGB (Red+Green+Blue) = 247+163+250=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 163 (64.06% from 255 or 24.70% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A3FA is #085C05. Grayscale: #C5C5C5. Windows color (decimal): -547846 or 16425975. OLE color: 16425975.

HSL color Cylindrical-coordinate representation of color #F7A3FA: hue angle of 297.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A3FA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247163250-
CMYK0.010.3500.02
HSL297.93º89.69%80.98%-
HSV(B)297.93º34.8%98.04%-
XYZ68.7152.8797.03-
YUV198.03157.33162.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 163 (64.06% from 255) = 24.70%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=37.42%
G=24.70%
B=37.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471632500.010.3500.02297.9389.6980.98
HexF7A3FA1230212a5a51
Octal36724337214302452132121
Binary111101111010001111111010110001101010010101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3FA; }

 p { color: rgb(247,163,250); }

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

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

 a { background-color: rgb(247,163,250); }

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

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

 span { border-color: rgb(247,163,250); }

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