#F0A3CD

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

Shades of Lavender Pink #F0A3CD

Tints of Lavender Pink #F0A3CD

Color information

#F0A3CD (or 0xF0A3CD) is unknown color: approx Lavender Pink. HEX triplet: F0, A3 and CD. RGB value is (240,163,205). Sum of RGB (Red+Green+Blue) = 240+163+205=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3CD is #0F5C32. Grayscale: #BEBEBE. Windows color (decimal): -1006643 or 13476848. OLE color: 13476848.

HSL color Cylindrical-coordinate representation of color #F0A3CD: hue angle of 327.27º 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 #F0A3CD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240163205-
CMYK00.320.150.06
HSL327.27º71.96%79.02%-
HSV(B)327.27º32.08%94.12%-
XYZ60.0549.1364.08-
YUV190.81136.01163.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 163 (64.06% from 255) = 26.81%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=39.47%
G=26.81%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016320500.320.150.06327.2771.9679.02
HexF0A3CD020F6147484f
Octal360243315040176507110117
Binary1111000010100011110011010100000111111010100011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3CD; }

 p { color: rgb(240,163,205); }

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

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

 a { background-color: rgb(240,163,205); }

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

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

 span { border-color: rgb(240,163,205); }

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