#F5AACC

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

Shades of Lavender Pink #F5AACC

Tints of Lavender Pink #F5AACC

Color information

#F5AACC (or 0xF5AACC) is unknown color: approx Lavender Pink. HEX triplet: F5, AA and CC. RGB value is (245,170,204). Sum of RGB (Red+Green+Blue) = 245+170+204=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACC is #0A5533. Grayscale: #C4C4C4. Windows color (decimal): -677172 or 13413109. OLE color: 13413109.

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

Color convert

RGB245170204-
CMYK00.310.170.04
HSL332.8º78.95%81.37%-
HSV(B)332.8º30.61%96.08%-
XYZ62.9352.5263.95-
YUV196.3132.35162.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=39.58%
G=27.46%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517020400.310.170.04332.878.9581.37
HexF5AACC01F11414d4f51
Octal365252314037214515117121
Binary1111010110101010110011000111111000110010100110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AACC; }

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

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

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

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

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

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

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

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