#FCA9BA

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

Shades of Light Pink #FCA9BA

Tints of Light Pink #FCA9BA

Color information

#FCA9BA (or 0xFCA9BA) is unknown color: approx Light Pink. HEX triplet: FC, A9 and BA. RGB value is (252,169,186). Sum of RGB (Red+Green+Blue) = 252+169+186=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BA is #035645. Grayscale: #C3C3C3. Windows color (decimal): -218694 or 12233212. OLE color: 12233212.

HSL color Cylindrical-coordinate representation of color #FCA9BA: hue angle of 347.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9BA is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252169186-
CMYK00.330.260.01
HSL347.71º93.26%82.55%-
HSV(B)347.71º32.94%98.82%-
XYZ63.252.6253.28-
YUV195.76122.5168.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=41.52%
G=27.84%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216918600.330.260.01347.7193.2682.55
HexFCA9BA0211A115c5d53
Octal374251272041321534135123
Binary111111001010100110111010010000111010110101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9BA; }

 p { color: rgb(252,169,186); }

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

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

 a { background-color: rgb(252,169,186); }

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

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

 span { border-color: rgb(252,169,186); }

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