#F9BC9E

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

Shades of Mandys Pink #F9BC9E

Tints of Mandys Pink #F9BC9E

Color information

#F9BC9E (or 0xF9BC9E) is unknown color: approx Mandys Pink. HEX triplet: F9, BC and 9E. RGB value is (249,188,158). Sum of RGB (Red+Green+Blue) = 249+188+158=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BC9E is #064361. Grayscale: #CBCBCB. Windows color (decimal): -410466 or 10403065. OLE color: 10403065.

HSL color Cylindrical-coordinate representation of color #F9BC9E: hue angle of 19.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9BC9E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249188158-
CMYK00.240.370.02
HSL19.78º88.35%79.8%-
HSV(B)19.78º36.55%97.65%-
XYZ63.2258.5740.32-
YUV202.82102.71160.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=41.85%
G=31.60%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918815800.240.370.0219.7888.3579.8
HexF9BC9E018252145850
Octal37127423603045224130120
Binary111110011011110010011110011000100101101010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BC9E; }

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

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

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

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

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

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

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

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