#FCA2D6

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

Shades of Lavender Pink #FCA2D6

Tints of Lavender Pink #FCA2D6

Color information

#FCA2D6 (or 0xFCA2D6) is unknown color: approx Lavender Pink. HEX triplet: FC, A2 and D6. RGB value is (252,162,214). Sum of RGB (Red+Green+Blue) = 252+162+214=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2D6 is #035D29. Grayscale: #C2C2C2. Windows color (decimal): -220458 or 14066428. OLE color: 14066428.

HSL color Cylindrical-coordinate representation of color #FCA2D6: hue angle of 325.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2D6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252162214-
CMYK00.360.150.01
HSL325.33º93.75%81.18%-
HSV(B)325.33º35.71%98.82%-
XYZ65.251.3970.1-
YUV194.84138.82168.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 162 (63.67% from 255) = 25.80%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=40.13%
G=25.80%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216221400.360.150.01325.3393.7581.18
HexFCA2D6024F11455e51
Octal374242326044171505136121
Binary11111100101000101101011001001001111110100010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2D6; }

 p { color: rgb(252,162,214); }

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

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

 a { background-color: rgb(252,162,214); }

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

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

 span { border-color: rgb(252,162,214); }

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