#FCBA91

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

Shades of Mandys Pink #FCBA91

Tints of Mandys Pink #FCBA91

Color information

#FCBA91 (or 0xFCBA91) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 91. RGB value is (252,186,145). Sum of RGB (Red+Green+Blue) = 252+186+145=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA91 is #03456E. Grayscale: #C9C9C9. Windows color (decimal): -214383 or 9550588. OLE color: 9550588.

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

Color convert

RGB252186145-
CMYK00.260.420.01
HSL22.99º94.69%77.84%-
HSV(B)22.99º42.46%98.82%-
XYZ62.8157.8634.65-
YUV201.0696.37164.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=43.22%
G=31.90%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218614500.260.420.0122.9994.6977.84
HexFCBA9101A2A1175f4e
Octal37427222103252127137116
Binary11111100101110101001000101101010101011011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA91; }

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

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

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

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

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

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

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

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