#FCB58D

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

Shades of Mandys Pink #FCB58D

Tints of Mandys Pink #FCB58D

Color information

#FCB58D (or 0xFCB58D) is unknown color: approx Mandys Pink. HEX triplet: FC, B5 and 8D. RGB value is (252,181,141). Sum of RGB (Red+Green+Blue) = 252+181+141=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB58D is #034A72. Grayscale: #C5C5C5. Windows color (decimal): -215667 or 9287164. OLE color: 9287164.

HSL color Cylindrical-coordinate representation of color #FCB58D: hue angle of 21.62º 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 #FCB58D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252181141-
CMYK00.280.440.01
HSL21.62º94.87%77.06%-
HSV(B)21.62º44.05%98.82%-
XYZ61.4855.6732.7-
YUV197.6796.02166.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=43.90%
G=31.53%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218114100.280.440.0121.6294.8777.06
HexFCB58D01C2C1165f4d
Octal37426521503454126137115
Binary11111100101101011000110101110010110011011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB58D; }

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

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

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

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

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

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

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

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