#FCBA93

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

Shades of Mandys Pink #FCBA93

Tints of Mandys Pink #FCBA93

Color information

#FCBA93 (or 0xFCBA93) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 93. RGB value is (252,186,147). Sum of RGB (Red+Green+Blue) = 252+186+147=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA93 is #03456C. Grayscale: #C9C9C9. Windows color (decimal): -214381 or 9681660. OLE color: 9681660.

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

Color convert

RGB252186147-
CMYK00.260.420.01
HSL22.29º94.59%78.24%-
HSV(B)22.29º41.67%98.82%-
XYZ62.9757.9235.46-
YUV201.2997.37164.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=43.08%
G=31.79%
B=25.13%

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
Decimal25218614700.260.420.0122.2994.5978.24
HexFCBA9301A2A1165f4e
Octal37427222303252126137116
Binary11111100101110101001001101101010101011011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA93; }

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

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

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

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

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

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

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

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