#FFBC8F

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

Shades of Mandys Pink #FFBC8F

Tints of Mandys Pink #FFBC8F

Color information

#FFBC8F (or 0xFFBC8F) is unknown color: approx Mandys Pink. HEX triplet: FF, BC and 8F. RGB value is (255,188,143). Sum of RGB (Red+Green+Blue) = 255+188+143=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC8F is #004370. Grayscale: #CBCBCB. Windows color (decimal): -17265 or 9420031. OLE color: 9420031.

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

Color convert

RGB255188143-
CMYK00.260.440
HSL24.11º100%78.04%-
HSV(B)24.11º43.92%100%-
XYZ64.1859.2134.03-
YUV202.994.2165.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 143 (56.25% from 255) = 24.40%
R=43.52%
G=32.08%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518814300.260.44024.1110078.04
HexFFBC8F01A2C018644e
Octal37727421703254030144116
Binary11111111101111001000111101101010110001100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBC8F; }

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

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

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

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

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

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

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

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