#F6A2FA

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

Shades of Lavender Rose #F6A2FA

Tints of Lavender Rose #F6A2FA

Color information

#F6A2FA (or 0xF6A2FA) is unknown color: approx Lavender Rose. HEX triplet: F6, A2 and FA. RGB value is (246,162,250). Sum of RGB (Red+Green+Blue) = 246+162+250=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 162 (63.67% from 255 or 24.62% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A2FA is #095D05. Grayscale: #C4C4C4. Windows color (decimal): -613638 or 16425718. OLE color: 16425718.

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

Color convert

RGB246162250-
CMYK0.020.3500.02
HSL297.27º89.8%80.78%-
HSV(B)297.27º35.2%98.04%-
XYZ68.1852.3496.95-
YUV197.15157.83162.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 162 (63.67% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=37.39%
G=24.62%
B=37.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461622500.020.3500.02297.2789.880.78
HexF6A2FA223021295a51
Octal36624237224302451132121
Binary1111011010100010111110101010001101010010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A2FA; }

 p { color: rgb(246,162,250); }

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

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

 a { background-color: rgb(246,162,250); }

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

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

 span { border-color: rgb(246,162,250); }

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