#F7BA8E

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

Shades of Mandys Pink #F7BA8E

Tints of Mandys Pink #F7BA8E

Color information

#F7BA8E (or 0xF7BA8E) is unknown color: approx Mandys Pink. HEX triplet: F7, BA and 8E. RGB value is (247,186,142). Sum of RGB (Red+Green+Blue) = 247+186+142=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA8E is #084571. Grayscale: #C7C7C7. Windows color (decimal): -542066 or 9353975. OLE color: 9353975.

HSL color Cylindrical-coordinate representation of color #F7BA8E: hue angle of 25.14º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7BA8E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247186142-
CMYK00.250.430.03
HSL25.14º86.78%76.27%-
HSV(B)25.14º42.51%96.86%-
XYZ60.856.8433.36-
YUV199.2295.71162.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.96%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 142 (55.86% from 255) = 24.70%
R=42.96%
G=32.35%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718614200.250.430.0325.1486.7876.27
HexF7BA8E0192B319574c
Octal36727221603153331127114
Binary111101111011101010001110011001101011111100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BA8E; }

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

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

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

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

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

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

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

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