#FCB38D

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

Shades of Mandys Pink #FCB38D

Tints of Mandys Pink #FCB38D

Color information

#FCB38D (or 0xFCB38D) is unknown color: approx Mandys Pink. HEX triplet: FC, B3 and 8D. RGB value is (252,179,141). Sum of RGB (Red+Green+Blue) = 252+179+141=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB38D is #034C72. Grayscale: #C4C4C4. Windows color (decimal): -216179 or 9286652. OLE color: 9286652.

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

Color convert

RGB252179141-
CMYK00.290.440.01
HSL20.54º94.87%77.06%-
HSV(B)20.54º44.05%98.82%-
XYZ61.0754.8632.57-
YUV196.596.68167.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 141 (55.47% from 255) = 24.65%
R=44.06%
G=31.29%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217914100.290.440.0120.5494.8777.06
HexFCB38D01D2C1155f4d
Octal37426321503554125137115
Binary11111100101100111000110101110110110011010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB38D; }

 p { color: rgb(252,179,141); }

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

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

 a { background-color: rgb(252,179,141); }

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

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

 span { border-color: rgb(252,179,141); }

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