#FBB493

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

Shades of Mandys Pink #FBB493

Tints of Mandys Pink #FBB493

Color information

#FBB493 (or 0xFBB493) is unknown color: approx Mandys Pink. HEX triplet: FB, B4 and 93. RGB value is (251,180,147). Sum of RGB (Red+Green+Blue) = 251+180+147=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB493 is #044B6C. Grayscale: #C5C5C5. Windows color (decimal): -281453 or 9680123. OLE color: 9680123.

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

Color convert

RGB251180147-
CMYK00.280.410.02
HSL19.04º92.86%78.04%-
HSV(B)19.04º41.43%98.43%-
XYZ61.3755.2635.04-
YUV197.4799.52166.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 147 (57.81% from 255) = 25.43%
R=43.43%
G=31.14%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118014700.280.410.0219.0492.8678.04
HexFBB49301C292135d4e
Octal37326422303451223135116
Binary111110111011010010010011011100101001101001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB493; }

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

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

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

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

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

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

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

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