#FFA2FA

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

Shades of Lavender Rose #FFA2FA

Tints of Lavender Rose #FFA2FA

Color information

#FFA2FA (or 0xFFA2FA) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and FA. RGB value is (255,162,250). Sum of RGB (Red+Green+Blue) = 255+162+250=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 162 (63.67% from 255 or 24.29% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FA is #005D05. Grayscale: #C7C7C7. Windows color (decimal): -23814 or 16425727. OLE color: 16425727.

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

Color convert

RGB255162250-
CMYK00.360.020
HSL303.23º100%81.76%-
HSV(B)303.23º36.47%100%-
XYZ71.425497.1-
YUV199.84156.31167.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 162 (63.67% from 255) = 24.29%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=38.23%
G=24.29%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516225000.360.020303.2310081.76
HexFFA2FA0242012f6452
Octal37724237204420457144122
Binary111111111010001011111010010010010010010111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2FA; }

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

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

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

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

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

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

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

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