Shades of Mandys Pink #FFB48B
Tints of Mandys Pink #FFB48B
RGB
CMYK
RGB Variations
Color information
#FFB48B (or 0xFFB48B) is known color: Mandys Pink. HEX triplet: FF, B4 and 8B. RGB value is (255,180,139). Sum of RGB (Red+Green+Blue) = 255+180+139=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB48B is #004B74. Grayscale: #C5C5C5. Windows color (decimal): -19317 or 9155839. OLE color: 9155839.
HSL color Cylindrical-coordinate representation of color #FFB48B: hue angle of 21.21º 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 #FFB48B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 139 | - |
| CMYK | 0 | 0.29 | 0.45 | 0 |
| HSL | 21.21º | 1% | 0.77% | - |
| HSV(B) | 21.21º | 0.45% | 1% | - |
| XYZ | 62.22 | 55.77 | 31.91 | - |
| YUV | 197.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 139 | 0 | 0.29 | 0.45 | 0 | 21.21 | 1 | 0.77 |
| Hex | FF | B4 | 8B | 0 | 1D | 2D | 0 | 15 | 64 | 4D |
| Octal | 377 | 264 | 213 | 0 | 35 | 55 | 0 | 25 | 144 | 115 |
| Binary | 11111111 | 10110100 | 10001011 | 0 | 11101 | 101101 | 0 | 10101 | 1100100 | 1001101 |
Color Harmonies of #FFB48B
Complementary color
Monochromatic Colors of #FFB48B
Black with #FFB48B
Text Example
Text Example
White with #FFB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB48B; }
p { color: rgb(255,180,139); }
H1.HeaderClassName
{
color: #FFB48B;
}
.AnyTagClassName
{
color: #FFB48B;
}
</style>
background-color css
<style>
a { background-color: #FFB48B; }
a { background-color: rgb(255,180,139); }
div.DivClassName
{
background-color: #FFB48B;
}
.BgClassName
{
background-color: #FFB48B;
}
</style>
border-color css
<style>
span { border-color: #FFB48B; }
span { border-color: rgb(255,180,139); }
td.TdClassName
{
border-color: #FFB48B;
}
.TagClassName
{
border-color: #FFB48B;
}
</style>