#FCA5B1

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

Shades of Light Pink #FCA5B1

Tints of Light Pink #FCA5B1

Color information

#FCA5B1 (or 0xFCA5B1) is unknown color: approx Light Pink. HEX triplet: FC, A5 and B1. RGB value is (252,165,177). Sum of RGB (Red+Green+Blue) = 252+165+177=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5B1 is #035A4E. Grayscale: #C0C0C0. Windows color (decimal): -219727 or 11642364. OLE color: 11642364.

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

Color convert

RGB252165177-
CMYK00.350.300.01
HSL351.72º93.55%81.76%-
HSV(B)351.72º34.52%98.82%-
XYZ61.5450.7848.15-
YUV192.38119.32170.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=42.42%
G=27.78%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216517700.350.300.01351.7293.5581.76
HexFCA5B10231E11605e52
Octal374245261043361540136122
Binary111111001010010110110001010001111110110110000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5B1; }

 p { color: rgb(252,165,177); }

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

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

 a { background-color: rgb(252,165,177); }

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

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

 span { border-color: rgb(252,165,177); }

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