Shades of Mandys Pink #FFB38B
Tints of Mandys Pink #FFB38B
RGB
CMYK
RGB Variations
Color information
#FFB38B (or 0xFFB38B) is known color: 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
| RGB | 255 | 179 | 139 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 20.69º | 1% | 0.77% | - |
| HSV(B) | 20.69º | 0.45% | 1% | - |
| XYZ | 62.02 | 55.36 | 31.84 | - |
| YUV | 197.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 139 | 0 | 0.30 | 0.45 | 0 | 20.69 | 1 | 0.77 |
| Hex | FF | B3 | 8B | 0 | 1E | 2D | 0 | 15 | 64 | 4D |
| Octal | 377 | 263 | 213 | 0 | 36 | 55 | 0 | 25 | 144 | 115 |
| Binary | 11111111 | 10110011 | 10001011 | 0 | 11110 | 101101 | 0 | 10101 | 1100100 | 1001101 |
Color Harmonies of #FFB38B
Complementary color
Monochromatic Colors of #FFB38B
Black with #FFB38B
Text Example
Text Example
White with #FFB38B
Text Example
Text Example
HTML Codes & Css Web 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>