Shades of Mandys Pink #FFB08D
Tints of Mandys Pink #FFB08D
RGB
CMYK
RGB Variations
Color information
#FFB08D (or 0xFFB08D) is known color: Mandys Pink. HEX triplet: FF, B0 and 8D. RGB value is (255,176,141). Sum of RGB (Red+Green+Blue) = 255+176+141=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB08D is #004F72. Grayscale: #C3C3C3. Windows color (decimal): -20339 or 9285887. OLE color: 9285887.
HSL color Cylindrical-coordinate representation of color #FFB08D: hue angle of 18.42º 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 #FFB08D is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 141 | - |
| CMYK | 0 | 0.31 | 0.45 | 0 |
| HSL | 18.42º | 1% | 0.78% | - |
| HSV(B) | 18.42º | 0.45% | 1% | - |
| XYZ | 61.57 | 54.23 | 32.42 | - |
| YUV | 195.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 141 | 0 | 0.31 | 0.45 | 0 | 18.42 | 1 | 0.78 |
| Hex | FF | B0 | 8D | 0 | 1F | 2D | 0 | 12 | 64 | 4E |
| Octal | 377 | 260 | 215 | 0 | 37 | 55 | 0 | 22 | 144 | 116 |
| Binary | 11111111 | 10110000 | 10001101 | 0 | 11111 | 101101 | 0 | 10010 | 1100100 | 1001110 |
Color Harmonies of #FFB08D
Complementary color
Monochromatic Colors of #FFB08D
Black with #FFB08D
Text Example
Text Example
White with #FFB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB08D; }
p { color: rgb(255,176,141); }
H1.HeaderClassName
{
color: #FFB08D;
}
.AnyTagClassName
{
color: #FFB08D;
}
</style>
background-color css
<style>
a { background-color: #FFB08D; }
a { background-color: rgb(255,176,141); }
div.DivClassName
{
background-color: #FFB08D;
}
.BgClassName
{
background-color: #FFB08D;
}
</style>
border-color css
<style>
span { border-color: #FFB08D; }
span { border-color: rgb(255,176,141); }
td.TdClassName
{
border-color: #FFB08D;
}
.TagClassName
{
border-color: #FFB08D;
}
</style>