#F2A0CD

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

Shades of Lavender Pink #F2A0CD

Tints of Lavender Pink #F2A0CD

Color information

#F2A0CD (or 0xF2A0CD) is unknown color: approx Lavender Pink. HEX triplet: F2, A0 and CD. RGB value is (242,160,205). Sum of RGB (Red+Green+Blue) = 242+160+205=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0CD is #0D5F32. Grayscale: #BDBDBD. Windows color (decimal): -876339 or 13476082. OLE color: 13476082.

HSL color Cylindrical-coordinate representation of color #F2A0CD: hue angle of 327.07º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0CD is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242160205-
CMYK00.340.150.05
HSL327.07º75.93%78.82%-
HSV(B)327.07º33.88%94.9%-
XYZ60.2148.4363.93-
YUV189.65136.67165.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=39.87%
G=26.36%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216020500.340.150.05327.0775.9378.82
HexF2A0CD022F51474c4f
Octal362240315042175507114117
Binary1111001010100000110011010100010111110110100011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A0CD; }

 p { color: rgb(242,160,205); }

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

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

 a { background-color: rgb(242,160,205); }

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

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

 span { border-color: rgb(242,160,205); }

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