#FCA9AC

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

Shades of Light Pink #FCA9AC

Tints of Light Pink #FCA9AC

Color information

#FCA9AC (or 0xFCA9AC) is unknown color: approx Light Pink. HEX triplet: FC, A9 and AC. RGB value is (252,169,172). Sum of RGB (Red+Green+Blue) = 252+169+172=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA9AC is #035653. Grayscale: #C2C2C2. Windows color (decimal): -218708 or 11315708. OLE color: 11315708.

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

Color convert

RGB252169172-
CMYK00.330.320.01
HSL357.83º93.26%82.55%-
HSV(B)357.83º32.94%98.82%-
XYZ61.7852.0545.82-
YUV194.16115.5169.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=42.50%
G=28.50%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216917200.330.320.01357.8393.2682.55
HexFCA9AC0212011665d53
Octal374251254041401546135123
Binary1111110010101001101011000100001100000110110011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9AC; }

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

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

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

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

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

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

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

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