#FBBA94

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

Shades of Mandys Pink #FBBA94

Tints of Mandys Pink #FBBA94

Color information

#FBBA94 (or 0xFBBA94) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 94. RGB value is (251,186,148). Sum of RGB (Red+Green+Blue) = 251+186+148=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA94 is #04456B. Grayscale: #C9C9C9. Windows color (decimal): -279916 or 9747195. OLE color: 9747195.

HSL color Cylindrical-coordinate representation of color #FBBA94: hue angle of 22.14º 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 #FBBA94 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251186148-
CMYK00.260.410.02
HSL22.14º92.79%78.24%-
HSV(B)22.14º41.04%98.43%-
XYZ62.6957.7735.86-
YUV201.198.03163.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=42.91%
G=31.79%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118614800.260.410.0222.1492.7978.24
HexFBBA9401A292165d4e
Octal37327222403251226135116
Binary111110111011101010010100011010101001101011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA94; }

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

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

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

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

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

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

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

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