#F5A1D0

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

Shades of Lavender Pink #F5A1D0

Tints of Lavender Pink #F5A1D0

Color information

#F5A1D0 (or 0xF5A1D0) is unknown color: approx Lavender Pink. HEX triplet: F5, A1 and D0. RGB value is (245,161,208). Sum of RGB (Red+Green+Blue) = 245+161+208=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1D0 is #0A5E2F. Grayscale: #BFBFBF. Windows color (decimal): -679472 or 13672949. OLE color: 13672949.

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

Color convert

RGB245161208-
CMYK00.340.150.04
HSL326.43º80.77%79.61%-
HSV(B)326.43º34.29%96.08%-
XYZ61.7949.4665.96-
YUV191.47137.33166.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=39.90%
G=26.22%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516120800.340.150.04326.4380.7779.61
HexF5A1D0022F41465150
Octal365241320042174506121120
Binary1111010110100001110100000100010111110010100011010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A1D0; }

 p { color: rgb(245,161,208); }

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

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

 a { background-color: rgb(245,161,208); }

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

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

 span { border-color: rgb(245,161,208); }

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