#FFBA8E

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

Shades of Mandys Pink #FFBA8E

Tints of Mandys Pink #FFBA8E

Color information

#FFBA8E (or 0xFFBA8E) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and 8E. RGB value is (255,186,142). Sum of RGB (Red+Green+Blue) = 255+186+142=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA8E is #004571. Grayscale: #C9C9C9. Windows color (decimal): -17778 or 9353983. OLE color: 9353983.

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

Color convert

RGB255186142-
CMYK00.270.440
HSL23.36º100%77.84%-
HSV(B)23.36º44.31%100%-
XYZ63.6858.3333.49-
YUV201.6194.36166.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=43.74%
G=31.90%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518614200.270.44023.3610077.84
HexFFBA8E01B2C017644e
Octal37727221603354027144116
Binary11111111101110101000111001101110110001011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA8E; }

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

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

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

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

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

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

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

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