#F5AACD

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

Shades of Lavender Pink #F5AACD

Tints of Lavender Pink #F5AACD

Color information

#F5AACD (or 0xF5AACD) is unknown color: approx Lavender Pink. HEX triplet: F5, AA and CD. RGB value is (245,170,205). Sum of RGB (Red+Green+Blue) = 245+170+205=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACD is #0A5532. Grayscale: #C4C4C4. Windows color (decimal): -677171 or 13478645. OLE color: 13478645.

HSL color Cylindrical-coordinate representation of color #F5AACD: hue angle of 332º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AACD is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245170205-
CMYK00.310.160.04
HSL332º78.95%81.37%-
HSV(B)332º30.61%96.08%-
XYZ63.0552.5764.58-
YUV196.42132.85162.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=39.52%
G=27.42%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517020500.310.160.0433278.9581.37
HexF5AACD01F10414c4f51
Octal365252315037204514117121
Binary1111010110101010110011010111111000010010100110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AACD; }

 p { color: rgb(245,170,205); }

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

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

 a { background-color: rgb(245,170,205); }

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

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

 span { border-color: rgb(245,170,205); }

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