#F6A2CD

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

Shades of Lavender Pink #F6A2CD

Tints of Lavender Pink #F6A2CD

Color information

#F6A2CD (or 0xF6A2CD) is unknown color: approx Lavender Pink. HEX triplet: F6, A2 and CD. RGB value is (246,162,205). Sum of RGB (Red+Green+Blue) = 246+162+205=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A2CD is #095D32. Grayscale: #BFBFBF. Windows color (decimal): -613683 or 13476598. OLE color: 13476598.

HSL color Cylindrical-coordinate representation of color #F6A2CD: hue angle of 329.29º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A2CD is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246162205-
CMYK00.340.170.04
HSL329.29º82.35%80%-
HSV(B)329.29º34.15%96.47%-
XYZ61.9549.8464.11-
YUV192.02135.33166.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=40.13%
G=26.43%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616220500.340.170.04329.2982.3580
HexF6A2CD0221141495250
Octal366242315042214511122120
Binary11110110101000101100110101000101000110010100100110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A2CD; }

 p { color: rgb(246,162,205); }

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

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

 a { background-color: rgb(246,162,205); }

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

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

 span { border-color: rgb(246,162,205); }

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