#FCB99F

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

Shades of Mandys Pink #FCB99F

Tints of Mandys Pink #FCB99F

Color information

#FCB99F (or 0xFCB99F) is unknown color: approx Mandys Pink. HEX triplet: FC, B9 and 9F. RGB value is (252,185,159). Sum of RGB (Red+Green+Blue) = 252+185+159=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB99F is #034660. Grayscale: #CACACA. Windows color (decimal): -214625 or 10467836. OLE color: 10467836.

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

Color convert

RGB252185159-
CMYK00.270.370.01
HSL16.77º93.94%80.59%-
HSV(B)16.77º36.9%98.82%-
XYZ63.7557.940.62-
YUV202.07103.7163.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=42.28%
G=31.04%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218515900.270.370.0116.7793.9480.59
HexFCB99F01B251115e51
Octal37427123703345121136121
Binary11111100101110011001111101101110010111000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB99F; }

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

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

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

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

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

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

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

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