#F5BC9E

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

Shades of Mandys Pink #F5BC9E

Tints of Mandys Pink #F5BC9E

Color information

#F5BC9E (or 0xF5BC9E) is unknown color: approx Mandys Pink. HEX triplet: F5, BC and 9E. RGB value is (245,188,158). Sum of RGB (Red+Green+Blue) = 245+188+158=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BC9E is #0A4361. Grayscale: #C9C9C9. Windows color (decimal): -672610 or 10403061. OLE color: 10403061.

HSL color Cylindrical-coordinate representation of color #F5BC9E: hue angle of 20.69º degrees, saturation: 0.81, 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 #F5BC9E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245188158-
CMYK00.230.360.04
HSL20.69º81.31%79.02%-
HSV(B)20.69º35.51%96.08%-
XYZ61.8157.8540.26-
YUV201.62103.38158.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=41.46%
G=31.81%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518815800.230.360.0420.6981.3179.02
HexF5BC9E01724415514f
Octal36527423602744425121117
Binary1111010110111100100111100101111001001001010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BC9E; }

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

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

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

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

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

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

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

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