#FFB38B

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

Shades of Mandys Pink #FFB38B

Tints of Mandys Pink #FFB38B

Color information

#FFB38B (or 0xFFB38B) is unknown color: approx Mandys Pink. HEX triplet: FF, B3 and 8B. RGB value is (255,179,139). Sum of RGB (Red+Green+Blue) = 255+179+139=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB38B is #004C74. Grayscale: #C5C5C5. Windows color (decimal): -19573 or 9155583. OLE color: 9155583.

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

Color convert

RGB255179139-
CMYK00.300.450
HSL20.69º100%77.25%-
HSV(B)20.69º45.49%100%-
XYZ62.0255.3631.84-
YUV197.1695.18169.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 139 (54.69% from 255) = 24.26%
R=44.50%
G=31.24%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517913900.300.45020.6910077.25
HexFFB38B01E2D015644d
Octal37726321303655025144115
Binary11111111101100111000101101111010110101010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB38B; }

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

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

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

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

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

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

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

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