#FFB396

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

Shades of Mandys Pink #FFB396

Tints of Mandys Pink #FFB396

Color information

#FFB396 (or 0xFFB396) is unknown color: approx Mandys Pink. HEX triplet: FF, B3 and 96. RGB value is (255,179,150). Sum of RGB (Red+Green+Blue) = 255+179+150=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB396 is #004C69. Grayscale: #C6C6C6. Windows color (decimal): -19562 or 9876479. OLE color: 9876479.

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

Color convert

RGB255179150-
CMYK00.300.410
HSL16.57º100%79.41%-
HSV(B)16.57º41.18%100%-
XYZ62.8755.736.29-
YUV198.42100.68168.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=43.66%
G=30.65%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517915000.300.41016.5710079.41
HexFFB39601E29011644f
Octal37726322603651021144117
Binary11111111101100111001011001111010100101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB396; }

 p { color: rgb(255,179,150); }

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

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

 a { background-color: rgb(255,179,150); }

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

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

 span { border-color: rgb(255,179,150); }

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