#FCB9A1

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

Shades of Mandys Pink #FCB9A1

Tints of Mandys Pink #FCB9A1

Color information

#FCB9A1 (or 0xFCB9A1) is unknown color: approx Mandys Pink. HEX triplet: FC, B9 and A1. RGB value is (252,185,161). Sum of RGB (Red+Green+Blue) = 252+185+161=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9A1 is #03465E. Grayscale: #CACACA. Windows color (decimal): -214623 or 10598908. OLE color: 10598908.

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

Color convert

RGB252185161-
CMYK00.270.360.01
HSL15.82º93.81%80.98%-
HSV(B)15.82º36.11%98.82%-
XYZ63.9357.9741.54-
YUV202.3104.7163.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=42.14%
G=30.94%
B=26.92%

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
Decimal25218516100.270.360.0115.8293.8180.98
HexFCB9A101B241105e51
Octal37427124103344120136121
Binary11111100101110011010000101101110010011000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9A1; }

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

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

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

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

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

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

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

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