#FCBA97

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

Shades of Mandys Pink #FCBA97

Tints of Mandys Pink #FCBA97

Color information

#FCBA97 (or 0xFCBA97) is unknown color: approx Mandys Pink. HEX triplet: FC, BA and 97. RGB value is (252,186,151). Sum of RGB (Red+Green+Blue) = 252+186+151=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA97 is #034568. Grayscale: #C9C9C9. Windows color (decimal): -214377 or 9943804. OLE color: 9943804.

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

Color convert

RGB252186151-
CMYK00.260.400.01
HSL20.79º94.39%79.02%-
HSV(B)20.79º40.08%98.82%-
XYZ63.2958.0537.15-
YUV201.7499.37163.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=42.78%
G=31.58%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218615100.260.400.0120.7994.3979.02
HexFCBA9701A281155e4f
Octal37427222703250125136117
Binary11111100101110101001011101101010100011010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA97; }

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

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

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

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

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

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

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

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