#FCB99A

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

Shades of Mandys Pink #FCB99A

Tints of Mandys Pink #FCB99A

Color information

#FCB99A (or 0xFCB99A) is unknown color: approx Mandys Pink. HEX triplet: FC, B9 and 9A. RGB value is (252,185,154). Sum of RGB (Red+Green+Blue) = 252+185+154=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB99A is #034665. Grayscale: #C9C9C9. Windows color (decimal): -214630 or 10140156. OLE color: 10140156.

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

Color convert

RGB252185154-
CMYK00.270.390.01
HSL18.98º94.23%79.61%-
HSV(B)18.98º38.89%98.82%-
XYZ63.3357.7338.38-
YUV201.5101.2164.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=42.64%
G=31.30%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218515400.270.390.0118.9894.2379.61
HexFCB99A01B271135e50
Octal37427123203347123136120
Binary11111100101110011001101001101110011111001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB99A; }

 p { color: rgb(252,185,154); }

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

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

 a { background-color: rgb(252,185,154); }

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

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

 span { border-color: rgb(252,185,154); }

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