Shades of Mandys Pink #FFB99D
Tints of Mandys Pink #FFB99D
RGB
CMYK
RGB Variations
Color information
#FFB99D (or 0xFFB99D) is known color: Mandys Pink. HEX triplet: FF, B9 and 9D. RGB value is (255,185,157). Sum of RGB (Red+Green+Blue) = 255+185+157=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB99D is #004662. Grayscale: #CACACA. Windows color (decimal): -18019 or 10336767. OLE color: 10336767.
HSL color Cylindrical-coordinate representation of color #FFB99D: hue angle of 17.14º 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 #FFB99D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 157 | - |
| CMYK | 0 | 0.27 | 0.38 | 0 |
| HSL | 17.14º | 1% | 0.81% | - |
| HSV(B) | 17.14º | 0.38% | 1% | - |
| XYZ | 64.67 | 58.39 | 39.76 | - |
| YUV | 202.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 157 | 0 | 0.27 | 0.38 | 0 | 17.14 | 1 | 0.81 |
| Hex | FF | B9 | 9D | 0 | 1B | 26 | 0 | 11 | 64 | 51 |
| Octal | 377 | 271 | 235 | 0 | 33 | 46 | 0 | 21 | 144 | 121 |
| Binary | 11111111 | 10111001 | 10011101 | 0 | 11011 | 100110 | 0 | 10001 | 1100100 | 1010001 |
Color Harmonies of #FFB99D
Complementary color
Monochromatic Colors of #FFB99D
Black with #FFB99D
Text Example
Text Example
White with #FFB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB99D; }
p { color: rgb(255,185,157); }
H1.HeaderClassName
{
color: #FFB99D;
}
.AnyTagClassName
{
color: #FFB99D;
}
</style>
background-color css
<style>
a { background-color: #FFB99D; }
a { background-color: rgb(255,185,157); }
div.DivClassName
{
background-color: #FFB99D;
}
.BgClassName
{
background-color: #FFB99D;
}
</style>
border-color css
<style>
span { border-color: #FFB99D; }
span { border-color: rgb(255,185,157); }
td.TdClassName
{
border-color: #FFB99D;
}
.TagClassName
{
border-color: #FFB99D;
}
</style>