#F5A4CD

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

Shades of Lavender Pink #F5A4CD

Tints of Lavender Pink #F5A4CD

Color information

#F5A4CD (or 0xF5A4CD) is unknown color: approx Lavender Pink. HEX triplet: F5, A4 and CD. RGB value is (245,164,205). Sum of RGB (Red+Green+Blue) = 245+164+205=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4CD is #0A5B32. Grayscale: #C0C0C0. Windows color (decimal): -678707 or 13477109. OLE color: 13477109.

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

Color convert

RGB245164205-
CMYK00.330.160.04
HSL329.63º80.2%80.2%-
HSV(B)329.63º33.06%96.08%-
XYZ61.9550.3764.22-
YUV192.89134.84165.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=39.90%
G=26.71%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516420500.330.160.04329.6380.280.2
HexF5A4CD02110414a5050
Octal365244315041204512120120
Binary11110101101001001100110101000011000010010100101010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4CD; }

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

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

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

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

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

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

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

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