#FCBAC1

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

Shades of Light Pink #FCBAC1

Tints of Light Pink #FCBAC1

Color information

#FCBAC1 (or 0xFCBAC1) is unknown color: approx Light Pink. HEX triplet: FC, BA and C1. RGB value is (252,186,193). Sum of RGB (Red+Green+Blue) = 252+186+193=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC1 is #03453E. Grayscale: #CECECE. Windows color (decimal): -214335 or 12696316. OLE color: 12696316.

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

Color convert

RGB252186193-
CMYK00.260.230.01
HSL353.64º91.67%85.88%-
HSV(B)353.64º26.19%98.82%-
XYZ67.3359.6658.42-
YUV206.53120.37160.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=39.94%
G=29.48%
B=30.59%

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
Decimal25218619300.260.230.01353.6491.6785.88
HexFCBAC101A1711625c56
Octal374272301032271542134126
Binary11111100101110101100000101101010111110110001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC1; }

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

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

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

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

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

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

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

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