#F5A6FA

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

Shades of Lavender Rose #F5A6FA

Tints of Lavender Rose #F5A6FA

Color information

#F5A6FA (or 0xF5A6FA) is unknown color: approx Lavender Rose. HEX triplet: F5, A6 and FA. RGB value is (245,166,250). Sum of RGB (Red+Green+Blue) = 245+166+250=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A6FA is #0A5905. Grayscale: #C6C6C6. Windows color (decimal): -678150 or 16426741. OLE color: 16426741.

HSL color Cylindrical-coordinate representation of color #F5A6FA: hue angle of 296.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A6FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245166250-
CMYK0.020.3400.02
HSL296.43º89.36%81.57%-
HSV(B)296.43º33.6%98.04%-
XYZ68.5553.5997.17-
YUV199.2156.67160.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 166 (65.23% from 255) = 25.11%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=37.07%
G=25.11%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451662500.020.3400.02296.4389.3681.57
HexF5A6FA222021285952
Octal36524637224202450131122
Binary1111010110100110111110101010001001010010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A6FA; }

 p { color: rgb(245,166,250); }

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

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

 a { background-color: rgb(245,166,250); }

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

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

 span { border-color: rgb(245,166,250); }

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