#FCBC9C

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

Shades of Mandys Pink #FCBC9C

Tints of Mandys Pink #FCBC9C

Color information

#FCBC9C (or 0xFCBC9C) is unknown color: approx Mandys Pink. HEX triplet: FC, BC and 9C. RGB value is (252,188,156). Sum of RGB (Red+Green+Blue) = 252+188+156=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC9C is #034363. Grayscale: #CBCBCB. Windows color (decimal): -213860 or 10271996. OLE color: 10271996.

HSL color Cylindrical-coordinate representation of color #FCBC9C: hue angle of 20º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCBC9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252188156-
CMYK00.250.380.01
HSL20º94.12%80%-
HSV(B)20º38.1%98.82%-
XYZ64.1359.0639.47-
YUV203.49101.2162.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=42.28%
G=31.54%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218815600.250.380.012094.1280
HexFCBC9C019261145e50
Octal37427423403146124136120
Binary11111100101111001001110001100110011011010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBC9C; }

 p { color: rgb(252,188,156); }

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

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

 a { background-color: rgb(252,188,156); }

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

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

 span { border-color: rgb(252,188,156); }

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