#FCA5B6

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

Shades of Light Pink #FCA5B6

Tints of Light Pink #FCA5B6

Color information

#FCA5B6 (or 0xFCA5B6) is unknown color: approx Light Pink. HEX triplet: FC, A5 and B6. RGB value is (252,165,182). Sum of RGB (Red+Green+Blue) = 252+165+182=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5B6 is #035A49. Grayscale: #C0C0C0. Windows color (decimal): -219722 or 11970044. OLE color: 11970044.

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

Color convert

RGB252165182-
CMYK00.350.280.01
HSL348.28º93.55%81.76%-
HSV(B)348.28º34.52%98.82%-
XYZ62.0450.9850.83-
YUV192.95121.82170.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 182 (71.48% from 255) = 30.38%
R=42.07%
G=27.55%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216518200.350.280.01348.2893.5581.76
HexFCA5B60231C115c5e52
Octal374245266043341534136122
Binary111111001010010110110110010001111100110101110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5B6; }

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

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

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

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

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

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

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

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