#F9BA8E

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

Shades of Mandys Pink #F9BA8E

Tints of Mandys Pink #F9BA8E

Color information

#F9BA8E (or 0xF9BA8E) is unknown color: approx Mandys Pink. HEX triplet: F9, BA and 8E. RGB value is (249,186,142). Sum of RGB (Red+Green+Blue) = 249+186+142=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BA8E is #064571. Grayscale: #C8C8C8. Windows color (decimal): -410994 or 9353977. OLE color: 9353977.

HSL color Cylindrical-coordinate representation of color #F9BA8E: hue angle of 24.67º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9BA8E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249186142-
CMYK00.250.430.02
HSL24.67º89.92%76.67%-
HSV(B)24.67º42.97%97.65%-
XYZ61.5157.2133.39-
YUV199.8295.37163.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=43.15%
G=32.24%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918614200.250.430.0224.6789.9276.67
HexF9BA8E0192B2195a4d
Octal37127221603153231132115
Binary111110011011101010001110011001101011101100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA8E; }

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

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

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

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

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

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

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

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