#F0A4D2

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

Shades of Lavender Pink #F0A4D2

Tints of Lavender Pink #F0A4D2

Color information

#F0A4D2 (or 0xF0A4D2) is unknown color: approx Lavender Pink. HEX triplet: F0, A4 and D2. RGB value is (240,164,210). Sum of RGB (Red+Green+Blue) = 240+164+210=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4D2 is #0F5B2D. Grayscale: #BFBFBF. Windows color (decimal): -1006382 or 13804784. OLE color: 13804784.

HSL color Cylindrical-coordinate representation of color #F0A4D2: hue angle of 323.68º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4D2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240164210-
CMYK00.320.120.06
HSL323.68º71.7%79.22%-
HSV(B)323.68º31.67%94.12%-
XYZ60.8449.7367.36-
YUV191.97138.18162.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=39.09%
G=26.71%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016421000.320.120.06323.6871.779.22
HexF0A4D2020C6144484f
Octal360244322040146504110117
Binary1111000010100100110100100100000110011010100010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4D2; }

 p { color: rgb(240,164,210); }

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

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

 a { background-color: rgb(240,164,210); }

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

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

 span { border-color: rgb(240,164,210); }

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