#FCA1D0

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

Shades of Lavender Pink #FCA1D0

Tints of Lavender Pink #FCA1D0

Color information

#FCA1D0 (or 0xFCA1D0) is unknown color: approx Lavender Pink. HEX triplet: FC, A1 and D0. RGB value is (252,161,208). Sum of RGB (Red+Green+Blue) = 252+161+208=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D0 is #035E2F. Grayscale: #C1C1C1. Windows color (decimal): -220720 or 13672956. OLE color: 13672956.

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

Color convert

RGB252161208-
CMYK00.360.170.01
HSL329.01º93.81%80.98%-
HSV(B)329.01º36.11%98.82%-
XYZ64.2750.7466.08-
YUV193.57136.15169.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=40.58%
G=25.93%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216120800.360.170.01329.0193.8180.98
HexFCA1D00241111495e51
Octal374241320044211511136121
Binary111111001010000111010000010010010001110100100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1D0; }

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

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

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

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

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

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

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

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