#FCA1D5

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

Shades of Lavender Pink #FCA1D5

Tints of Lavender Pink #FCA1D5

Color information

#FCA1D5 (or 0xFCA1D5) is unknown color: approx Lavender Pink. HEX triplet: FC, A1 and D5. RGB value is (252,161,213). Sum of RGB (Red+Green+Blue) = 252+161+213=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D5 is #035E2A. Grayscale: #C2C2C2. Windows color (decimal): -220715 or 14000636. OLE color: 14000636.

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

Color convert

RGB252161213-
CMYK00.360.150.01
HSL325.71º93.81%80.98%-
HSV(B)325.71º36.11%98.82%-
XYZ64.950.9969.37-
YUV194.14138.65169.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 161 (63.28% from 255) = 25.72%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=40.26%
G=25.72%
B=34.03%

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
Decimal25216121300.360.150.01325.7193.8180.98
HexFCA1D5024F11465e51
Octal374241325044171506136121
Binary11111100101000011101010101001001111110100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1D5; }

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

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

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

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

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

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

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

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