#FBBA96

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

Shades of Mandys Pink #FBBA96

Tints of Mandys Pink #FBBA96

Color information

#FBBA96 (or 0xFBBA96) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 96. RGB value is (251,186,150). Sum of RGB (Red+Green+Blue) = 251+186+150=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA96 is #044569. Grayscale: #C9C9C9. Windows color (decimal): -279914 or 9878267. OLE color: 9878267.

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

Color convert

RGB251186150-
CMYK00.260.400.02
HSL21.39º92.66%78.63%-
HSV(B)21.39º40.24%98.43%-
XYZ62.8557.8336.7-
YUV201.3399.03163.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=42.76%
G=31.69%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118615000.260.400.0221.3992.6678.63
HexFBBA9601A282155d4f
Octal37327222603250225135117
Binary111110111011101010010110011010101000101010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA96; }

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

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

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

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

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

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

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

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