#FCBAC3

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

Shades of Light Pink #FCBAC3

Tints of Light Pink #FCBAC3

Color information

#FCBAC3 (or 0xFCBAC3) is unknown color: approx Light Pink. HEX triplet: FC, BA and C3. RGB value is (252,186,195). Sum of RGB (Red+Green+Blue) = 252+186+195=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC3 is #03453C. Grayscale: #CECECE. Windows color (decimal): -214333 or 12827388. OLE color: 12827388.

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

Color convert

RGB252186195-
CMYK00.260.230.01
HSL351.82º91.67%85.88%-
HSV(B)351.82º26.19%98.82%-
XYZ67.5559.7559.6-
YUV206.76121.37160.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 195 (76.56% from 255) = 30.81%
R=39.81%
G=29.38%
B=30.81%

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
Decimal25218619500.260.230.01351.8291.6785.88
HexFCBAC301A1711605c56
Octal374272303032271540134126
Binary11111100101110101100001101101010111110110000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC3; }

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

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

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

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

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

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

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

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