#FFA2F6

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

Shades of Lavender Rose #FFA2F6

Tints of Lavender Rose #FFA2F6

Color information

#FFA2F6 (or 0xFFA2F6) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and F6. RGB value is (255,162,246). Sum of RGB (Red+Green+Blue) = 255+162+246=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 162 (63.67% from 255 or 24.43% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F6 is #005D09. Grayscale: #C7C7C7. Windows color (decimal): -23818 or 16163583. OLE color: 16163583.

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

Color convert

RGB255162246-
CMYK00.360.040
HSL305.81º100%81.76%-
HSV(B)305.81º36.47%100%-
XYZ70.7953.7593.83-
YUV199.38154.31167.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 162 (63.67% from 255) = 24.43%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=38.46%
G=24.43%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516224600.360.040305.8110081.76
HexFFA2F6024401326452
Octal37724236604440462144122
Binary1111111110100010111101100100100100010011001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2F6; }

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

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

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

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

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

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

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

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