#FFA2F2

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

Shades of Lavender Rose #FFA2F2

Tints of Lavender Rose #FFA2F2

Color information

#FFA2F2 (or 0xFFA2F2) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and F2. RGB value is (255,162,242). Sum of RGB (Red+Green+Blue) = 255+162+242=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 162 (63.67% from 255 or 24.58% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F2 is #005D0D. Grayscale: #C6C6C6. Windows color (decimal): -23822 or 15901439. OLE color: 15901439.

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

Color convert

RGB255162242-
CMYK00.360.050
HSL308.39º100%81.76%-
HSV(B)308.39º36.47%100%-
XYZ70.1953.5190.63-
YUV198.93152.31168-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 162 (63.67% from 255) = 24.58%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=38.69%
G=24.58%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516224200.360.050308.3910081.76
HexFFA2F2024501346452
Octal37724236204450464144122
Binary1111111110100010111100100100100101010011010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2F2; }

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

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

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

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

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

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

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

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