#F2A6D5

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

Shades of Lavender Pink #F2A6D5

Tints of Lavender Pink #F2A6D5

Color information

#F2A6D5 (or 0xF2A6D5) is unknown color: approx Lavender Pink. HEX triplet: F2, A6 and D5. RGB value is (242,166,213). Sum of RGB (Red+Green+Blue) = 242+166+213=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6D5 is #0D592A. Grayscale: #C1C1C1. Windows color (decimal): -874795 or 14001906. OLE color: 14001906.

HSL color Cylindrical-coordinate representation of color #F2A6D5: hue angle of 322.89º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6D5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242166213-
CMYK00.310.120.05
HSL322.89º74.51%80%-
HSV(B)322.89º31.4%94.9%-
XYZ62.2650.9569.5-
YUV194.08138.68162.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=38.97%
G=26.73%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216621300.310.120.05322.8974.5180
HexF2A6D501FC51434b50
Octal362246325037145503113120
Binary111100101010011011010101011111110010110100001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6D5; }

 p { color: rgb(242,166,213); }

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

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

 a { background-color: rgb(242,166,213); }

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

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

 span { border-color: rgb(242,166,213); }

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