#FCBB9D

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

Shades of Mandys Pink #FCBB9D

Tints of Mandys Pink #FCBB9D

Color information

#FCBB9D (or 0xFCBB9D) is unknown color: approx Mandys Pink. HEX triplet: FC, BB and 9D. RGB value is (252,187,157). Sum of RGB (Red+Green+Blue) = 252+187+157=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB9D is #034462. Grayscale: #CBCBCB. Windows color (decimal): -214115 or 10337276. OLE color: 10337276.

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

Color convert

RGB252187157-
CMYK00.260.380.01
HSL18.95º94.06%80.2%-
HSV(B)18.95º37.7%98.82%-
XYZ6458.6739.85-
YUV203.02102.03162.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=42.28%
G=31.38%
B=26.34%

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
Decimal25218715700.260.380.0118.9594.0680.2
HexFCBB9D01A261135e50
Octal37427323503246123136120
Binary11111100101110111001110101101010011011001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBB9D; }

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

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

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

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

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

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

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

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