#FFBB94

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

Shades of Mandys Pink #FFBB94

Tints of Mandys Pink #FFBB94

Color information

#FFBB94 (or 0xFFBB94) is unknown color: approx Mandys Pink. HEX triplet: FF, BB and 94. RGB value is (255,187,148). Sum of RGB (Red+Green+Blue) = 255+187+148=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB94 is #00446B. Grayscale: #CBCBCB. Windows color (decimal): -17516 or 9747455. OLE color: 9747455.

HSL color Cylindrical-coordinate representation of color #FFBB94: hue angle of 21.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBB94 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255187148-
CMYK00.270.420
HSL21.87º100%79.02%-
HSV(B)21.87º41.96%100%-
XYZ64.3658.9436-
YUV202.8997.03165.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=43.22%
G=31.69%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518714800.270.42021.8710079.02
HexFFBB9401B2A016644f
Octal37727322403352026144117
Binary11111111101110111001010001101110101001011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB94; }

 p { color: rgb(255,187,148); }

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

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

 a { background-color: rgb(255,187,148); }

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

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

 span { border-color: rgb(255,187,148); }

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