#FCB48E

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

Shades of Mandys Pink #FCB48E

Tints of Mandys Pink #FCB48E

Color information

#FCB48E (or 0xFCB48E) is unknown color: approx Mandys Pink. HEX triplet: FC, B4 and 8E. RGB value is (252,180,142). Sum of RGB (Red+Green+Blue) = 252+180+142=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB48E is #034B71. Grayscale: #C5C5C5. Windows color (decimal): -215922 or 9352444. OLE color: 9352444.

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

Color convert

RGB252180142-
CMYK00.290.440.01
HSL20.73º94.83%77.25%-
HSV(B)20.73º43.65%98.82%-
XYZ61.3555.2933.03-
YUV197.296.85167.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=43.90%
G=31.36%
B=24.74%

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
Decimal25218014200.290.440.0120.7394.8377.25
HexFCB48E01D2C1155f4d
Octal37426421603554125137115
Binary11111100101101001000111001110110110011010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB48E; }

 p { color: rgb(252,180,142); }

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

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

 a { background-color: rgb(252,180,142); }

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

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

 span { border-color: rgb(252,180,142); }

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