#F2A6CD

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

Shades of Lavender Pink #F2A6CD

Tints of Lavender Pink #F2A6CD

Color information

#F2A6CD (or 0xF2A6CD) is unknown color: approx Lavender Pink. HEX triplet: F2, A6 and CD. RGB value is (242,166,205). Sum of RGB (Red+Green+Blue) = 242+166+205=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6CD is #0D5932. Grayscale: #C1C1C1. Windows color (decimal): -874803 or 13477618. OLE color: 13477618.

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

Color convert

RGB242166205-
CMYK00.310.150.05
HSL329.21º74.51%80%-
HSV(B)329.21º31.4%94.9%-
XYZ61.2750.5664.29-
YUV193.17134.68162.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=39.48%
G=27.08%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216620500.310.150.05329.2174.5180
HexF2A6CD01FF51494b50
Octal362246315037175511113120
Binary111100101010011011001101011111111110110100100110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6CD; }

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

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

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

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

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

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

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

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