#FFA5F3

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

Shades of Lavender Rose #FFA5F3

Tints of Lavender Rose #FFA5F3

Color information

#FFA5F3 (or 0xFFA5F3) is unknown color: approx Lavender Rose. HEX triplet: FF, A5 and F3. RGB value is (255,165,243). Sum of RGB (Red+Green+Blue) = 255+165+243=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 165 (64.84% from 255 or 24.89% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F3 is #005A0C. Grayscale: #C8C8C8. Windows color (decimal): -23053 or 15967743. OLE color: 15967743.

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

Color convert

RGB255165243-
CMYK00.350.050
HSL308º100%82.35%-
HSV(B)308º35.29%100%-
XYZ70.8754.6491.61-
YUV200.8151.82166.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 165 (64.84% from 255) = 24.89%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=38.46%
G=24.89%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516524300.350.05030810082.35
HexFFA5F3023501346452
Octal37724536304350464144122
Binary1111111110100101111100110100011101010011010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5F3; }

 p { color: rgb(255,165,243); }

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

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

 a { background-color: rgb(255,165,243); }

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

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

 span { border-color: rgb(255,165,243); }

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