#FCA1D3

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

Shades of Lavender Pink #FCA1D3

Tints of Lavender Pink #FCA1D3

Color information

#FCA1D3 (or 0xFCA1D3) is unknown color: approx Lavender Pink. HEX triplet: FC, A1 and D3. RGB value is (252,161,211). Sum of RGB (Red+Green+Blue) = 252+161+211=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D3 is #035E2C. Grayscale: #C1C1C1. Windows color (decimal): -220717 or 13869564. OLE color: 13869564.

HSL color Cylindrical-coordinate representation of color #FCA1D3: hue angle of 327.03º 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 #FCA1D3 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252161211-
CMYK00.360.160.01
HSL327.03º93.81%80.98%-
HSV(B)327.03º36.11%98.82%-
XYZ64.6550.8968.04-
YUV193.91137.65169.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 161 (63.28% from 255) = 25.80%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=40.38%
G=25.80%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216121100.360.160.01327.0393.8180.98
HexFCA1D30241011475e51
Octal374241323044201507136121
Binary111111001010000111010011010010010000110100011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1D3; }

 p { color: rgb(252,161,211); }

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

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

 a { background-color: rgb(252,161,211); }

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

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

 span { border-color: rgb(252,161,211); }

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