#FCBA9F

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

Shades of Mandys Pink #FCBA9F

Tints of Mandys Pink #FCBA9F

Color information

#FCBA9F (or 0xFCBA9F) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 9F. RGB value is (252,186,159). Sum of RGB (Red+Green+Blue) = 252+186+159=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9F is #034560. Grayscale: #CACACA. Windows color (decimal): -214369 or 10468092. OLE color: 10468092.

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

Color convert

RGB252186159-
CMYK00.260.370.01
HSL17.42º93.94%80.59%-
HSV(B)17.42º36.9%98.82%-
XYZ63.9658.3240.69-
YUV202.66103.37163.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 159 (62.5% from 255) = 26.63%
R=42.21%
G=31.16%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218615900.260.370.0117.4293.9480.59
HexFCBA9F01A251115e51
Octal37427223703245121136121
Binary11111100101110101001111101101010010111000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA9F; }

 p { color: rgb(252,186,159); }

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

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

 a { background-color: rgb(252,186,159); }

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

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

 span { border-color: rgb(252,186,159); }

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