#FBB48B

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

Shades of Mandys Pink #FBB48B

Tints of Mandys Pink #FBB48B

Color information

#FBB48B (or 0xFBB48B) is unknown color: approx Mandys Pink. HEX triplet: FB, B4 and 8B. RGB value is (251,180,139). Sum of RGB (Red+Green+Blue) = 251+180+139=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB48B is #044B74. Grayscale: #C4C4C4. Windows color (decimal): -281461 or 9155835. OLE color: 9155835.

HSL color Cylindrical-coordinate representation of color #FBB48B: hue angle of 21.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBB48B is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251180139-
CMYK00.280.450.02
HSL21.96º93.33%76.47%-
HSV(B)21.96º44.62%98.43%-
XYZ60.7755.0231.84-
YUV196.5695.52166.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=44.04%
G=31.58%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118013900.280.450.0221.9693.3376.47
HexFBB48B01C2D2165d4c
Octal37326421303455226135114
Binary111110111011010010001011011100101101101011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB48B; }

 p { color: rgb(251,180,139); }

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

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

 a { background-color: rgb(251,180,139); }

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

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

 span { border-color: rgb(251,180,139); }

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