#FCA4B6

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

Shades of Light Pink #FCA4B6

Tints of Light Pink #FCA4B6

Color information

#FCA4B6 (or 0xFCA4B6) is unknown color: approx Light Pink. HEX triplet: FC, A4 and B6. RGB value is (252,164,182). Sum of RGB (Red+Green+Blue) = 252+164+182=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4B6 is #035B49. Grayscale: #C0C0C0. Windows color (decimal): -219978 or 11969788. OLE color: 11969788.

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

Color convert

RGB252164182-
CMYK00.350.280.01
HSL347.73º93.62%81.57%-
HSV(B)347.73º34.92%98.82%-
XYZ61.8650.6250.77-
YUV192.36122.15170.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=42.14%
G=27.42%
B=30.43%

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
Decimal25216418200.350.280.01347.7393.6281.57
HexFCA4B60231C115c5e52
Octal374244266043341534136122
Binary111111001010010010110110010001111100110101110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4B6; }

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

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

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

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

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

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

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

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