#FFB59B

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

Shades of Mandys Pink #FFB59B

Tints of Mandys Pink #FFB59B

Color information

#FFB59B (or 0xFFB59B) is unknown color: approx Mandys Pink. HEX triplet: FF, B5 and 9B. RGB value is (255,181,155). Sum of RGB (Red+Green+Blue) = 255+181+155=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB59B is #004A64. Grayscale: #C8C8C8. Windows color (decimal): -19045 or 10204671. OLE color: 10204671.

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

Color convert

RGB255181155-
CMYK00.290.390
HSL15.6º100%80.39%-
HSV(B)15.6º39.22%100%-
XYZ63.6856.6738.59-
YUV200.16102.52167.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=43.15%
G=30.63%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518115500.290.39015.610080.39
HexFFB59B01D270106450
Octal37726523303547020144120
Binary11111111101101011001101101110110011101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB59B; }

 p { color: rgb(255,181,155); }

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

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

 a { background-color: rgb(255,181,155); }

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

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

 span { border-color: rgb(255,181,155); }

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