#FBBA8C

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

Shades of Mandys Pink #FBBA8C

Tints of Mandys Pink #FBBA8C

Color information

#FBBA8C (or 0xFBBA8C) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 8C. RGB value is (251,186,140). Sum of RGB (Red+Green+Blue) = 251+186+140=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA8C is #044573. Grayscale: #C8C8C8. Windows color (decimal): -279924 or 9222907. OLE color: 9222907.

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

Color convert

RGB251186140-
CMYK00.260.440.02
HSL24.86º93.28%76.67%-
HSV(B)24.86º44.22%98.43%-
XYZ62.0857.5232.64-
YUV200.1994.03164.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=43.50%
G=32.24%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118614000.260.440.0224.8693.2876.67
HexFBBA8C01A2C2195d4d
Octal37327221403254231135115
Binary111110111011101010001100011010101100101100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA8C; }

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

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

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

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

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

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

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

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