#FBB49C

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

Shades of Mandys Pink #FBB49C

Tints of Mandys Pink #FBB49C

Color information

#FBB49C (or 0xFBB49C) is unknown color: approx Mandys Pink. HEX triplet: FB, B4 and 9C. RGB value is (251,180,156). Sum of RGB (Red+Green+Blue) = 251+180+156=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB49C is #044B63. Grayscale: #C6C6C6. Windows color (decimal): -281444 or 10269947. OLE color: 10269947.

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

Color convert

RGB251180156-
CMYK00.280.380.02
HSL15.16º92.23%79.8%-
HSV(B)15.16º37.85%98.43%-
XYZ62.1155.5538.9-
YUV198.49104.02165.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=42.76%
G=30.66%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118015600.280.380.0215.1692.2379.8
HexFBB49C01C262f5c50
Octal37326423403446217134120
Binary11111011101101001001110001110010011010111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB49C; }

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

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

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

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

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

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

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

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