#F9BC96

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

Shades of Mandys Pink #F9BC96

Tints of Mandys Pink #F9BC96

Color information

#F9BC96 (or 0xF9BC96) is unknown color: approx Mandys Pink. HEX triplet: F9, BC and 96. RGB value is (249,188,150). Sum of RGB (Red+Green+Blue) = 249+188+150=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BC96 is #064369. Grayscale: #CACACA. Windows color (decimal): -410474 or 9878777. OLE color: 9878777.

HSL color Cylindrical-coordinate representation of color #F9BC96: hue angle of 23.03º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9BC96 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249188150-
CMYK00.240.400.02
HSL23.03º89.19%78.24%-
HSV(B)23.03º39.76%97.65%-
XYZ62.5658.3136.81-
YUV201.9198.71161.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=42.42%
G=32.03%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918815000.240.400.0223.0389.1978.24
HexF9BC9601828217594e
Octal37127422603050227131116
Binary111110011011110010010110011000101000101011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BC96; }

 p { color: rgb(249,188,150); }

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

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

 a { background-color: rgb(249,188,150); }

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

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

 span { border-color: rgb(249,188,150); }

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