#FCBAC8

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

Shades of Pink #FCBAC8

Tints of Pink #FCBAC8

Color information

#FCBAC8 (or 0xFCBAC8) is unknown color: approx Pink. HEX triplet: FC, BA and C8. RGB value is (252,186,200). Sum of RGB (Red+Green+Blue) = 252+186+200=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC8 is #034537. Grayscale: #CFCFCF. Windows color (decimal): -214328 or 13155068. OLE color: 13155068.

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

Color convert

RGB252186200-
CMYK00.260.210.01
HSL347.27º91.67%85.88%-
HSV(B)347.27º26.19%98.82%-
XYZ68.1359.9862.63-
YUV207.33123.87159.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=39.50%
G=29.15%
B=31.35%

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
Decimal25218620000.260.210.01347.2791.6785.88
HexFCBAC801A15115b5c56
Octal374272310032251533134126
Binary11111100101110101100100001101010101110101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC8; }

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

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

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

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

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

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

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

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