#FCBAC7

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

Shades of Pink #FCBAC7

Tints of Pink #FCBAC7

Color information

#FCBAC7 (or 0xFCBAC7) is unknown color: approx Pink. HEX triplet: FC, BA and C7. RGB value is (252,186,199). Sum of RGB (Red+Green+Blue) = 252+186+199=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC7 is #034538. Grayscale: #CFCFCF. Windows color (decimal): -214329 or 13089532. OLE color: 13089532.

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

Color convert

RGB252186199-
CMYK00.260.210.01
HSL348.18º91.67%85.88%-
HSV(B)348.18º26.19%98.82%-
XYZ68.0159.9462.02-
YUV207.22123.37159.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=39.56%
G=29.20%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218619900.260.210.01348.1891.6785.88
HexFCBAC701A15115c5c56
Octal374272307032251534134126
Binary11111100101110101100011101101010101110101110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC7; }

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

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

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

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

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

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

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

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