#F5BC9F

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

Shades of Mandys Pink #F5BC9F

Tints of Mandys Pink #F5BC9F

Color information

#F5BC9F (or 0xF5BC9F) is unknown color: approx Mandys Pink. HEX triplet: F5, BC and 9F. RGB value is (245,188,159). Sum of RGB (Red+Green+Blue) = 245+188+159=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BC9F is #0A4360. Grayscale: #C9C9C9. Windows color (decimal): -672609 or 10468597. OLE color: 10468597.

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

Color convert

RGB245188159-
CMYK00.230.350.04
HSL20.23º81.13%79.22%-
HSV(B)20.23º35.1%96.08%-
XYZ61.957.8840.71-
YUV201.74103.88158.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.39%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=41.39%
G=31.76%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518815900.230.350.0420.2381.1379.22
HexF5BC9F01723414514f
Octal36527423702743424121117
Binary1111010110111100100111110101111000111001010010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BC9F; }

 p { color: rgb(245,188,159); }

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

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

 a { background-color: rgb(245,188,159); }

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

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

 span { border-color: rgb(245,188,159); }

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