#FCBAC4

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

Shades of Light Pink #FCBAC4

Tints of Light Pink #FCBAC4

Color information

#FCBAC4 (or 0xFCBAC4) is unknown color: approx Light Pink. HEX triplet: FC, BA and C4. RGB value is (252,186,196). Sum of RGB (Red+Green+Blue) = 252+186+196=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC4 is #03453B. Grayscale: #CECECE. Windows color (decimal): -214332 or 12892924. OLE color: 12892924.

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

Color convert

RGB252186196-
CMYK00.260.220.01
HSL350.91º91.67%85.88%-
HSV(B)350.91º26.19%98.82%-
XYZ67.6759.860.2-
YUV206.87121.87160.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=39.75%
G=29.34%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218619600.260.220.01350.9191.6785.88
HexFCBAC401A16115f5c56
Octal374272304032261537134126
Binary11111100101110101100010001101010110110101111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAC4; }

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

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

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

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

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

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

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

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