#F5AACF

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

Shades of Lavender Pink #F5AACF

Tints of Lavender Pink #F5AACF

Color information

#F5AACF (or 0xF5AACF) is unknown color: approx Lavender Pink. HEX triplet: F5, AA and CF. RGB value is (245,170,207). Sum of RGB (Red+Green+Blue) = 245+170+207=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACF is #0A5530. Grayscale: #C4C4C4. Windows color (decimal): -677169 or 13609717. OLE color: 13609717.

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

Color convert

RGB245170207-
CMYK00.310.160.04
HSL330.4º78.95%81.37%-
HSV(B)330.4º30.61%96.08%-
XYZ63.2952.6765.86-
YUV196.64133.85162.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=39.39%
G=27.33%
B=33.28%

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
Decimal24517020700.310.160.04330.478.9581.37
HexF5AACF01F10414a4f51
Octal365252317037204512117121
Binary1111010110101010110011110111111000010010100101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AACF; }

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

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

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

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

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

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

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

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