#FFBA94

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

Shades of Mandys Pink #FFBA94

Tints of Mandys Pink #FFBA94

Color information

#FFBA94 (or 0xFFBA94) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and 94. RGB value is (255,186,148). Sum of RGB (Red+Green+Blue) = 255+186+148=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA94 is #00456B. Grayscale: #CACACA. Windows color (decimal): -17772 or 9747199. OLE color: 9747199.

HSL color Cylindrical-coordinate representation of color #FFBA94: hue angle of 21.31º 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 #FFBA94 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255186148-
CMYK00.270.420
HSL21.31º100%79.02%-
HSV(B)21.31º41.96%100%-
XYZ64.1458.5235.93-
YUV202.397.36165.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=43.29%
G=31.58%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518614800.270.42021.3110079.02
HexFFBA9401B2A015644f
Octal37727222403352025144117
Binary11111111101110101001010001101110101001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA94; }

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

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

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

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

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

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

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

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