#FCA3D7

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

Shades of Lavender Pink #FCA3D7

Tints of Lavender Pink #FCA3D7

Color information

#FCA3D7 (or 0xFCA3D7) is unknown color: approx Lavender Pink. HEX triplet: FC, A3 and D7. RGB value is (252,163,215). Sum of RGB (Red+Green+Blue) = 252+163+215=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3D7 is #035C28. Grayscale: #C3C3C3. Windows color (decimal): -220201 or 14132220. OLE color: 14132220.

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

Color convert

RGB252163215-
CMYK00.350.150.01
HSL324.94º93.68%81.37%-
HSV(B)324.94º35.32%98.82%-
XYZ65.5151.870.83-
YUV195.54138.99168.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=40%
G=25.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216321500.350.150.01324.9493.6881.37
HexFCA3D7023F11455e51
Octal374243327043171505136121
Binary11111100101000111101011101000111111110100010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3D7; }

 p { color: rgb(252,163,215); }

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

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

 a { background-color: rgb(252,163,215); }

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

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

 span { border-color: rgb(252,163,215); }

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