#FFBA97

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

Shades of Mandys Pink #FFBA97

Tints of Mandys Pink #FFBA97

Color information

#FFBA97 (or 0xFFBA97) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and 97. RGB value is (255,186,151). Sum of RGB (Red+Green+Blue) = 255+186+151=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA97 is #004568. Grayscale: #CACACA. Windows color (decimal): -17769 or 9943807. OLE color: 9943807.

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

Color convert

RGB255186151-
CMYK00.270.410
HSL20.19º100%79.61%-
HSV(B)20.19º40.78%100%-
XYZ64.3858.6137.2-
YUV202.6498.86165.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=43.07%
G=31.42%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518615100.270.41020.1910079.61
HexFFBA9701B290146450
Octal37727222703351024144120
Binary11111111101110101001011101101110100101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA97; }

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

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

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

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

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

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

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

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