#FCBA90

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

Shades of Mandys Pink #FCBA90

Tints of Mandys Pink #FCBA90

Color information

#FCBA90 (or 0xFCBA90) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 90. RGB value is (252,186,144). Sum of RGB (Red+Green+Blue) = 252+186+144=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA90 is #03456F. Grayscale: #C9C9C9. Windows color (decimal): -214384 or 9485052. OLE color: 9485052.

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

Color convert

RGB252186144-
CMYK00.260.430.01
HSL23.33º94.74%77.65%-
HSV(B)23.33º42.86%98.82%-
XYZ62.7457.8334.24-
YUV200.9595.87164.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 144 (56.64% from 255) = 24.74%
R=43.30%
G=31.96%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218614400.260.430.0123.3394.7477.65
HexFCBA9001A2B1175f4e
Octal37427222003253127137116
Binary11111100101110101001000001101010101111011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA90; }

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

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

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

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

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

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

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

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