#FCBA8C

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

Shades of Mandys Pink #FCBA8C

Tints of Mandys Pink #FCBA8C

Color information

#FCBA8C (or 0xFCBA8C) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 8C. RGB value is (252,186,140). Sum of RGB (Red+Green+Blue) = 252+186+140=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA8C is #034573. Grayscale: #C8C8C8. Windows color (decimal): -214388 or 9222908. OLE color: 9222908.

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

Color convert

RGB252186140-
CMYK00.260.440.01
HSL24.64º94.92%76.86%-
HSV(B)24.64º44.44%98.82%-
XYZ62.4457.7132.66-
YUV200.4993.87164.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=43.60%
G=32.18%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218614000.260.440.0124.6494.9276.86
HexFCBA8C01A2C1195f4d
Octal37427221403254131137115
Binary11111100101110101000110001101010110011100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA8C; }

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

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

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

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

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

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

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

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