#FFBA99

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

Shades of Mandys Pink #FFBA99

Tints of Mandys Pink #FFBA99

Color information

#FFBA99 (or 0xFFBA99) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and 99. RGB value is (255,186,153). Sum of RGB (Red+Green+Blue) = 255+186+153=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA99 is #004566. Grayscale: #CBCBCB. Windows color (decimal): -17767 or 10074879. OLE color: 10074879.

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

Color convert

RGB255186153-
CMYK00.270.40
HSL19.41º100%80%-
HSV(B)19.41º40%100%-
XYZ64.5558.6838.06-
YUV202.8799.86165.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=42.93%
G=31.31%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518615300.270.4019.4110080
HexFFBA9901B280136450
Octal37727223103350023144120
Binary11111111101110101001100101101110100001001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA99; }

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

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

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

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

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

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

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

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