#F5BA9C

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

Shades of Mandys Pink #F5BA9C

Tints of Mandys Pink #F5BA9C

Color information

#F5BA9C (or 0xF5BA9C) is unknown color: approx Mandys Pink. HEX triplet: F5, BA and 9C. RGB value is (245,186,156). Sum of RGB (Red+Green+Blue) = 245+186+156=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA9C is #0A4563. Grayscale: #C8C8C8. Windows color (decimal): -673124 or 10271477. OLE color: 10271477.

HSL color Cylindrical-coordinate representation of color #F5BA9C: hue angle of 20.22º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5BA9C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245186156-
CMYK00.240.360.04
HSL20.22º81.65%78.63%-
HSV(B)20.22º36.33%96.08%-
XYZ61.2256.9339.21-
YUV200.22103.05159.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=41.74%
G=31.69%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518615600.240.360.0420.2281.6578.63
HexF5BA9C01824414524f
Octal36527223403044424122117
Binary1111010110111010100111000110001001001001010010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA9C; }

 p { color: rgb(245,186,156); }

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

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

 a { background-color: rgb(245,186,156); }

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

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

 span { border-color: rgb(245,186,156); }

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