Shades of Mandys Pink #FFB99F
Tints of Mandys Pink #FFB99F
RGB
CMYK
RGB Variations
Color information
#FFB99F (or 0xFFB99F) is known color: Mandys Pink. HEX triplet: FF, B9 and 9F. RGB value is (255,185,159). Sum of RGB (Red+Green+Blue) = 255+185+159=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB99F is #004660. Grayscale: #CBCBCB. Windows color (decimal): -18017 or 10467839. OLE color: 10467839.
HSL color Cylindrical-coordinate representation of color #FFB99F: hue angle of 16.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFB99F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 159 | - |
| CMYK | 0 | 0.27 | 0.38 | 0 |
| HSL | 16.25º | 1% | 0.81% | - |
| HSV(B) | 16.25º | 0.38% | 1% | - |
| XYZ | 64.85 | 58.46 | 40.67 | - |
| YUV | 202.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 159 | 0 | 0.27 | 0.38 | 0 | 16.25 | 1 | 0.81 |
| Hex | FF | B9 | 9F | 0 | 1B | 26 | 0 | 10 | 64 | 51 |
| Octal | 377 | 271 | 237 | 0 | 33 | 46 | 0 | 20 | 144 | 121 |
| Binary | 11111111 | 10111001 | 10011111 | 0 | 11011 | 100110 | 0 | 10000 | 1100100 | 1010001 |
Color Harmonies of #FFB99F
Complementary color
Monochromatic Colors of #FFB99F
Black with #FFB99F
Text Example
Text Example
White with #FFB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB99F; }
p { color: rgb(255,185,159); }
H1.HeaderClassName
{
color: #FFB99F;
}
.AnyTagClassName
{
color: #FFB99F;
}
</style>
background-color css
<style>
a { background-color: #FFB99F; }
a { background-color: rgb(255,185,159); }
div.DivClassName
{
background-color: #FFB99F;
}
.BgClassName
{
background-color: #FFB99F;
}
</style>
border-color css
<style>
span { border-color: #FFB99F; }
span { border-color: rgb(255,185,159); }
td.TdClassName
{
border-color: #FFB99F;
}
.TagClassName
{
border-color: #FFB99F;
}
</style>