#FFA5F0

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

Shades of Lavender Rose #FFA5F0

Tints of Lavender Rose #FFA5F0

Color information

#FFA5F0 (or 0xFFA5F0) is unknown color: approx Lavender Rose. HEX triplet: FF, A5 and F0. RGB value is (255,165,240). Sum of RGB (Red+Green+Blue) = 255+165+240=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F0 is #005A0F. Grayscale: #C8C8C8. Windows color (decimal): -23056 or 15771135. OLE color: 15771135.

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

Color convert

RGB255165240-
CMYK00.350.060
HSL310º100%82.35%-
HSV(B)310º35.29%100%-
XYZ70.4254.4689.24-
YUV200.46150.32166.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 165 (64.84% from 255) = 25%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=38.64%
G=25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516524000.350.06031010082.35
HexFFA5F0023601366452
Octal37724536004360466144122
Binary1111111110100101111100000100011110010011011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5F0; }

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

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

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

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

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

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

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

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