Shades of Mandys Pink #FFB08F
Tints of Mandys Pink #FFB08F
RGB
CMYK
RGB Variations
Color information
#FFB08F (or 0xFFB08F) is known color: Mandys Pink. HEX triplet: FF, B0 and 8F. RGB value is (255,176,143). Sum of RGB (Red+Green+Blue) = 255+176+143=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB08F is #004F70. Grayscale: #C4C4C4. Windows color (decimal): -20337 or 9416959. OLE color: 9416959.
HSL color Cylindrical-coordinate representation of color #FFB08F: hue angle of 17.68º 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 #FFB08F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 143 | - |
| CMYK | 0 | 0.31 | 0.44 | 0 |
| HSL | 17.68º | 1% | 0.78% | - |
| HSV(B) | 17.68º | 0.44% | 1% | - |
| XYZ | 61.72 | 54.29 | 33.21 | - |
| YUV | 195.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 143 | 0 | 0.31 | 0.44 | 0 | 17.68 | 1 | 0.78 |
| Hex | FF | B0 | 8F | 0 | 1F | 2C | 0 | 12 | 64 | 4E |
| Octal | 377 | 260 | 217 | 0 | 37 | 54 | 0 | 22 | 144 | 116 |
| Binary | 11111111 | 10110000 | 10001111 | 0 | 11111 | 101100 | 0 | 10010 | 1100100 | 1001110 |
Color Harmonies of #FFB08F
Complementary color
Monochromatic Colors of #FFB08F
Black with #FFB08F
Text Example
Text Example
White with #FFB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB08F; }
p { color: rgb(255,176,143); }
H1.HeaderClassName
{
color: #FFB08F;
}
.AnyTagClassName
{
color: #FFB08F;
}
</style>
background-color css
<style>
a { background-color: #FFB08F; }
a { background-color: rgb(255,176,143); }
div.DivClassName
{
background-color: #FFB08F;
}
.BgClassName
{
background-color: #FFB08F;
}
</style>
border-color css
<style>
span { border-color: #FFB08F; }
span { border-color: rgb(255,176,143); }
td.TdClassName
{
border-color: #FFB08F;
}
.TagClassName
{
border-color: #FFB08F;
}
</style>