Shades of Mandys Pink #FFB48D
Tints of Mandys Pink #FFB48D
RGB
CMYK
RGB Variations
Color information
#FFB48D (or 0xFFB48D) is known color: Mandys Pink. HEX triplet: FF, B4 and 8D. RGB value is (255,180,141). Sum of RGB (Red+Green+Blue) = 255+180+141=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB48D is #004B72. Grayscale: #C6C6C6. Windows color (decimal): -19315 or 9286911. OLE color: 9286911.
HSL color Cylindrical-coordinate representation of color #FFB48D: hue angle of 20.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB48D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 141 | - |
| CMYK | 0 | 0.29 | 0.45 | 0 |
| HSL | 20.53º | 1% | 0.78% | - |
| HSV(B) | 20.53º | 0.45% | 1% | - |
| XYZ | 62.37 | 55.83 | 32.69 | - |
| YUV | 197.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 141 | 0 | 0.29 | 0.45 | 0 | 20.53 | 1 | 0.78 |
| Hex | FF | B4 | 8D | 0 | 1D | 2D | 0 | 15 | 64 | 4E |
| Octal | 377 | 264 | 215 | 0 | 35 | 55 | 0 | 25 | 144 | 116 |
| Binary | 11111111 | 10110100 | 10001101 | 0 | 11101 | 101101 | 0 | 10101 | 1100100 | 1001110 |
Color Harmonies of #FFB48D
Complementary color
Monochromatic Colors of #FFB48D
Black with #FFB48D
Text Example
Text Example
White with #FFB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB48D; }
p { color: rgb(255,180,141); }
H1.HeaderClassName
{
color: #FFB48D;
}
.AnyTagClassName
{
color: #FFB48D;
}
</style>
background-color css
<style>
a { background-color: #FFB48D; }
a { background-color: rgb(255,180,141); }
div.DivClassName
{
background-color: #FFB48D;
}
.BgClassName
{
background-color: #FFB48D;
}
</style>
border-color css
<style>
span { border-color: #FFB48D; }
span { border-color: rgb(255,180,141); }
td.TdClassName
{
border-color: #FFB48D;
}
.TagClassName
{
border-color: #FFB48D;
}
</style>