Shades of Mandys Pink #FFB18B
Tints of Mandys Pink #FFB18B
RGB
CMYK
RGB Variations
Color information
#FFB18B (or 0xFFB18B) is known color: Mandys Pink. HEX triplet: FF, B1 and 8B. RGB value is (255,177,139). Sum of RGB (Red+Green+Blue) = 255+177+139=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18B is #004E74. Grayscale: #C4C4C4. Windows color (decimal): -20085 or 9155071. OLE color: 9155071.
HSL color Cylindrical-coordinate representation of color #FFB18B: hue angle of 19.66º 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 #FFB18B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 139 | - |
| CMYK | 0 | 0.31 | 0.45 | 0 |
| HSL | 19.66º | 1% | 0.77% | - |
| HSV(B) | 19.66º | 0.45% | 1% | - |
| XYZ | 61.62 | 54.57 | 31.71 | - |
| YUV | 195.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 139 | 0 | 0.31 | 0.45 | 0 | 19.66 | 1 | 0.77 |
| Hex | FF | B1 | 8B | 0 | 1F | 2D | 0 | 14 | 64 | 4D |
| Octal | 377 | 261 | 213 | 0 | 37 | 55 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10110001 | 10001011 | 0 | 11111 | 101101 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFB18B
Complementary color
Monochromatic Colors of #FFB18B
Black with #FFB18B
Text Example
Text Example
White with #FFB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB18B; }
p { color: rgb(255,177,139); }
H1.HeaderClassName
{
color: #FFB18B;
}
.AnyTagClassName
{
color: #FFB18B;
}
</style>
background-color css
<style>
a { background-color: #FFB18B; }
a { background-color: rgb(255,177,139); }
div.DivClassName
{
background-color: #FFB18B;
}
.BgClassName
{
background-color: #FFB18B;
}
</style>
border-color css
<style>
span { border-color: #FFB18B; }
span { border-color: rgb(255,177,139); }
td.TdClassName
{
border-color: #FFB18B;
}
.TagClassName
{
border-color: #FFB18B;
}
</style>