#FCB48A

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

Shades of Mandys Pink #FCB48A

Tints of Mandys Pink #FCB48A

Color information

#FCB48A (or 0xFCB48A) is unknown color: approx Mandys Pink. HEX triplet: FC, B4 and 8A. RGB value is (252,180,138). Sum of RGB (Red+Green+Blue) = 252+180+138=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB48A is #034B75. Grayscale: #C4C4C4. Windows color (decimal): -215926 or 9090300. OLE color: 9090300.

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

Color convert

RGB252180138-
CMYK00.290.450.01
HSL22.11º95%76.47%-
HSV(B)22.11º45.24%98.82%-
XYZ61.0555.1731.48-
YUV196.7494.85167.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=44.21%
G=31.58%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218013800.290.450.0122.119576.47
HexFCB48A01D2D1165f4c
Octal37426421203555126137114
Binary11111100101101001000101001110110110111011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB48A; }

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

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

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

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

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

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

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

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