#FFA2FE

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

Shades of Lavender Rose #FFA2FE

Tints of Lavender Rose #FFA2FE

Color information

#FFA2FE (or 0xFFA2FE) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and FE. RGB value is (255,162,254). Sum of RGB (Red+Green+Blue) = 255+162+254=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 162 (63.67% from 255 or 24.14% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FE is #005D01. Grayscale: #C8C8C8. Windows color (decimal): -23810 or 16687871. OLE color: 16687871.

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

Color convert

RGB255162254-
CMYK00.360.000
HSL300.65º100%81.76%-
HSV(B)300.65º36.47%100%-
XYZ72.0554.26100.44-
YUV200.3158.31167.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 162 (63.67% from 255) = 24.14%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=38.00%
G=24.14%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516225400.360.000300.6510081.76
HexFFA2FE0240012d6452
Octal37724237604400455144122
Binary11111111101000101111111001001000010010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2FE; }

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

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

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

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

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

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

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

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