#FCBA9D

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

Shades of Mandys Pink #FCBA9D

Tints of Mandys Pink #FCBA9D

Color information

#FCBA9D (or 0xFCBA9D) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 9D. RGB value is (252,186,157). Sum of RGB (Red+Green+Blue) = 252+186+157=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA9D is #034562. Grayscale: #CACACA. Windows color (decimal): -214371 or 10337020. OLE color: 10337020.

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

Color convert

RGB252186157-
CMYK00.260.380.01
HSL18.32º94.06%80.2%-
HSV(B)18.32º37.7%98.82%-
XYZ63.7958.2539.78-
YUV202.43102.37163.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=42.35%
G=31.26%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218615700.260.380.0118.3294.0680.2
HexFCBA9D01A261125e50
Octal37427223503246122136120
Binary11111100101110101001110101101010011011001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA9D; }

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

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

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

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

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

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

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

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