#FCB7A1

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

Shades of Mandys Pink #FCB7A1

Tints of Mandys Pink #FCB7A1

Color information

#FCB7A1 (or 0xFCB7A1) is unknown color: approx Mandys Pink. HEX triplet: FC, B7 and A1. RGB value is (252,183,161). Sum of RGB (Red+Green+Blue) = 252+183+161=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7A1 is #03485E. Grayscale: #C9C9C9. Windows color (decimal): -215135 or 10598396. OLE color: 10598396.

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

Color convert

RGB252183161-
CMYK00.270.360.01
HSL14.51º93.81%80.98%-
HSV(B)14.51º36.11%98.82%-
XYZ63.5157.1441.4-
YUV201.12105.36164.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 161 (63.28% from 255) = 27.01%
R=42.28%
G=30.70%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218316100.270.360.0114.5193.8180.98
HexFCB7A101B241f5e51
Octal37426724103344117136121
Binary1111110010110111101000010110111001001111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7A1; }

 p { color: rgb(252,183,161); }

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

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

 a { background-color: rgb(252,183,161); }

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

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

 span { border-color: rgb(252,183,161); }

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