#FFBC9E

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

Shades of Mandys Pink #FFBC9E

Tints of Mandys Pink #FFBC9E

Color information

#FFBC9E (or 0xFFBC9E) is unknown color: approx Mandys Pink. HEX triplet: FF, BC and 9E. RGB value is (255,188,158). Sum of RGB (Red+Green+Blue) = 255+188+158=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC9E is #004361. Grayscale: #CCCCCC. Windows color (decimal): -17250 or 10403071. OLE color: 10403071.

HSL color Cylindrical-coordinate representation of color #FFBC9E: hue angle of 18.56º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBC9E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255188158-
CMYK00.260.380
HSL18.56º100%80.98%-
HSV(B)18.56º38.04%100%-
XYZ65.3959.740.42-
YUV204.61101.7163.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=42.43%
G=31.28%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518815800.260.38018.5610080.98
HexFFBC9E01A260136451
Octal37727423603246023144121
Binary11111111101111001001111001101010011001001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBC9E; }

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

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

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

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

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

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

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

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