#FCA9B5

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

Shades of Light Pink #FCA9B5

Tints of Light Pink #FCA9B5

Color information

#FCA9B5 (or 0xFCA9B5) is unknown color: approx Light Pink. HEX triplet: FC, A9 and B5. RGB value is (252,169,181). Sum of RGB (Red+Green+Blue) = 252+169+181=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9B5 is #03564A. Grayscale: #C3C3C3. Windows color (decimal): -218699 or 11905532. OLE color: 11905532.

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

Color convert

RGB252169181-
CMYK00.330.280.01
HSL351.33º93.26%82.55%-
HSV(B)351.33º32.94%98.82%-
XYZ62.6752.4150.53-
YUV195.18120168.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=41.86%
G=28.07%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216918100.330.280.01351.3393.2682.55
HexFCA9B50211C115f5d53
Octal374251265041341537135123
Binary111111001010100110110101010000111100110101111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9B5; }

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

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

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

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

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

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

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

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