#FCBB9C

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

Shades of Mandys Pink #FCBB9C

Tints of Mandys Pink #FCBB9C

Color information

#FCBB9C (or 0xFCBB9C) is unknown color: approx Mandys Pink. HEX triplet: FC, BB and 9C. RGB value is (252,187,156). Sum of RGB (Red+Green+Blue) = 252+187+156=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB9C is #034463. Grayscale: #CBCBCB. Windows color (decimal): -214116 or 10271740. OLE color: 10271740.

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

Color convert

RGB252187156-
CMYK00.260.380.01
HSL19.38º94.12%80%-
HSV(B)19.38º38.1%98.82%-
XYZ63.9258.6439.4-
YUV202.9101.53163.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 156 (61.33% from 255) = 26.22%
R=42.35%
G=31.43%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218715600.260.380.0119.3894.1280
HexFCBB9C01A261135e50
Octal37427323403246123136120
Binary11111100101110111001110001101010011011001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBB9C; }

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

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

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

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

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

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

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

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