#FCBBA2

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

Shades of Mandys Pink #FCBBA2

Tints of Mandys Pink #FCBBA2

Color information

#FCBBA2 (or 0xFCBBA2) is unknown color: approx Mandys Pink. HEX triplet: FC, BB and A2. RGB value is (252,187,162). Sum of RGB (Red+Green+Blue) = 252+187+162=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA2 is #03445D. Grayscale: #CBCBCB. Windows color (decimal): -214110 or 10664956. OLE color: 10664956.

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

Color convert

RGB252187162-
CMYK00.260.360.01
HSL16.67º93.75%81.18%-
HSV(B)16.67º35.71%98.82%-
XYZ64.4458.8442.14-
YUV203.58104.53162.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=41.93%
G=31.11%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218716200.260.360.0116.6793.7581.18
HexFCBBA201A241115e51
Octal37427324203244121136121
Binary11111100101110111010001001101010010011000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBA2; }

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

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

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

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

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

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

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

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