#FBBA8E

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

Shades of Mandys Pink #FBBA8E

Tints of Mandys Pink #FBBA8E

Color information

#FBBA8E (or 0xFBBA8E) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 8E. RGB value is (251,186,142). Sum of RGB (Red+Green+Blue) = 251+186+142=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA8E is #044571. Grayscale: #C8C8C8. Windows color (decimal): -279922 or 9353979. OLE color: 9353979.

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

Color convert

RGB251186142-
CMYK00.260.430.02
HSL24.22º93.16%77.06%-
HSV(B)24.22º43.43%98.43%-
XYZ62.2357.5833.43-
YUV200.4295.03164.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=43.35%
G=32.12%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118614200.260.430.0224.2293.1677.06
HexFBBA8E01A2B2185d4d
Octal37327221603253230135115
Binary111110111011101010001110011010101011101100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA8E; }

 p { color: rgb(251,186,142); }

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

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

 a { background-color: rgb(251,186,142); }

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

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

 span { border-color: rgb(251,186,142); }

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