#FCBAC2

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

Shades of Light Pink #FCBAC2

Tints of Light Pink #FCBAC2

Color information

#FCBAC2 (or 0xFCBAC2) is unknown color: approx Light Pink. HEX triplet: FC, BA and C2. RGB value is (252,186,194). Sum of RGB (Red+Green+Blue) = 252+186+194=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC2 is #03453D. Grayscale: #CECECE. Windows color (decimal): -214334 or 12761852. OLE color: 12761852.

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

Color convert

RGB252186194-
CMYK00.260.230.01
HSL352.73º91.67%85.88%-
HSV(B)352.73º26.19%98.82%-
XYZ67.4459.7159.01-
YUV206.65120.87160.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=39.87%
G=29.43%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218619400.260.230.01352.7391.6785.88
HexFCBAC201A1711615c56
Octal374272302032271541134126
Binary11111100101110101100001001101010111110110000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC2; }

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

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

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

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

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

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

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

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