Shades of Mandys Pink #FFB18D
Tints of Mandys Pink #FFB18D
RGB
CMYK
RGB Variations
Color information
#FFB18D (or 0xFFB18D) is known color: Mandys Pink. HEX triplet: FF, B1 and 8D. RGB value is (255,177,141). Sum of RGB (Red+Green+Blue) = 255+177+141=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18D is #004E72. Grayscale: #C4C4C4. Windows color (decimal): -20083 or 9286143. OLE color: 9286143.
HSL color Cylindrical-coordinate representation of color #FFB18D: hue angle of 18.95º 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 #FFB18D is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 141 | - |
| CMYK | 0 | 0.31 | 0.45 | 0 |
| HSL | 18.95º | 1% | 0.78% | - |
| HSV(B) | 18.95º | 0.45% | 1% | - |
| XYZ | 61.77 | 54.63 | 32.49 | - |
| YUV | 196.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 141 | 0 | 0.31 | 0.45 | 0 | 18.95 | 1 | 0.78 |
| Hex | FF | B1 | 8D | 0 | 1F | 2D | 0 | 13 | 64 | 4E |
| Octal | 377 | 261 | 215 | 0 | 37 | 55 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110001 | 10001101 | 0 | 11111 | 101101 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB18D
Complementary color
Monochromatic Colors of #FFB18D
Black with #FFB18D
Text Example
Text Example
White with #FFB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB18D; }
p { color: rgb(255,177,141); }
H1.HeaderClassName
{
color: #FFB18D;
}
.AnyTagClassName
{
color: #FFB18D;
}
</style>
background-color css
<style>
a { background-color: #FFB18D; }
a { background-color: rgb(255,177,141); }
div.DivClassName
{
background-color: #FFB18D;
}
.BgClassName
{
background-color: #FFB18D;
}
</style>
border-color css
<style>
span { border-color: #FFB18D; }
span { border-color: rgb(255,177,141); }
td.TdClassName
{
border-color: #FFB18D;
}
.TagClassName
{
border-color: #FFB18D;
}
</style>