#FFA2F9

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

Shades of Lavender Rose #FFA2F9

Tints of Lavender Rose #FFA2F9

Color information

#FFA2F9 (or 0xFFA2F9) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and F9. RGB value is (255,162,249). Sum of RGB (Red+Green+Blue) = 255+162+249=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F9 is #005D06. Grayscale: #C7C7C7. Windows color (decimal): -23815 or 16360191. OLE color: 16360191.

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

Color convert

RGB255162249-
CMYK00.360.020
HSL303.87º100%81.76%-
HSV(B)303.87º36.47%100%-
XYZ71.2653.9496.28-
YUV199.72155.81167.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 162 (63.67% from 255) = 24.32%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=38.29%
G=24.32%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516224900.360.020303.8710081.76
HexFFA2F9024201306452
Octal37724237104420460144122
Binary111111111010001011111001010010010010011000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2F9; }

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

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

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

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

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

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

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

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