#FCBBA3

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

Shades of Mandys Pink #FCBBA3

Tints of Mandys Pink #FCBBA3

Color information

#FCBBA3 (or 0xFCBBA3) is unknown color: approx Mandys Pink. HEX triplet: FC, BB and A3. RGB value is (252,187,163). Sum of RGB (Red+Green+Blue) = 252+187+163=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA3 is #03445C. Grayscale: #CBCBCB. Windows color (decimal): -214109 or 10730492. OLE color: 10730492.

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

Color convert

RGB252187163-
CMYK00.260.350.01
HSL16.18º93.68%81.37%-
HSV(B)16.18º35.32%98.82%-
XYZ64.5358.8842.61-
YUV203.7105.03162.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=41.86%
G=31.06%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218716300.260.350.0116.1893.6881.37
HexFCBBA301A231105e51
Octal37427324303243120136121
Binary11111100101110111010001101101010001111000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBA3; }

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

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

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

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

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

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

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

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