Shades of Mandys Pink #FFB48F
Tints of Mandys Pink #FFB48F
RGB
CMYK
RGB Variations
Color information
#FFB48F (or 0xFFB48F) is known color: Mandys Pink. HEX triplet: FF, B4 and 8F. RGB value is (255,180,143). Sum of RGB (Red+Green+Blue) = 255+180+143=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB48F is #004B70. Grayscale: #C6C6C6. Windows color (decimal): -19313 or 9417983. OLE color: 9417983.
HSL color Cylindrical-coordinate representation of color #FFB48F: hue angle of 19.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB48F is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 143 | - |
| CMYK | 0 | 0.29 | 0.44 | 0 |
| HSL | 19.82º | 1% | 0.78% | - |
| HSV(B) | 19.82º | 0.44% | 1% | - |
| XYZ | 62.52 | 55.89 | 33.48 | - |
| YUV | 198.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 143 | 0 | 0.29 | 0.44 | 0 | 19.82 | 1 | 0.78 |
| Hex | FF | B4 | 8F | 0 | 1D | 2C | 0 | 14 | 64 | 4E |
| Octal | 377 | 264 | 217 | 0 | 35 | 54 | 0 | 24 | 144 | 116 |
| Binary | 11111111 | 10110100 | 10001111 | 0 | 11101 | 101100 | 0 | 10100 | 1100100 | 1001110 |
Color Harmonies of #FFB48F
Complementary color
Monochromatic Colors of #FFB48F
Black with #FFB48F
Text Example
Text Example
White with #FFB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB48F; }
p { color: rgb(255,180,143); }
H1.HeaderClassName
{
color: #FFB48F;
}
.AnyTagClassName
{
color: #FFB48F;
}
</style>
background-color css
<style>
a { background-color: #FFB48F; }
a { background-color: rgb(255,180,143); }
div.DivClassName
{
background-color: #FFB48F;
}
.BgClassName
{
background-color: #FFB48F;
}
</style>
border-color css
<style>
span { border-color: #FFB48F; }
span { border-color: rgb(255,180,143); }
td.TdClassName
{
border-color: #FFB48F;
}
.TagClassName
{
border-color: #FFB48F;
}
</style>