Shades of Mandys Pink #FFB99B
Tints of Mandys Pink #FFB99B
RGB
CMYK
RGB Variations
Color information
#FFB99B (or 0xFFB99B) is known color: Mandys Pink. HEX triplet: FF, B9 and 9B. RGB value is (255,185,155). Sum of RGB (Red+Green+Blue) = 255+185+155=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB99B is #004664. Grayscale: #CACACA. Windows color (decimal): -18021 or 10205695. OLE color: 10205695.
HSL color Cylindrical-coordinate representation of color #FFB99B: hue angle of 18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB99B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 155 | - |
| CMYK | 0 | 0.27 | 0.39 | 0 |
| HSL | 18º | 1% | 0.8% | - |
| HSV(B) | 18º | 0.39% | 1% | - |
| XYZ | 64.51 | 58.32 | 38.87 | - |
| YUV | 202.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 155 | 0 | 0.27 | 0.39 | 0 | 18 | 1 | 0.8 |
| Hex | FF | B9 | 9B | 0 | 1B | 27 | 0 | 12 | 64 | 50 |
| Octal | 377 | 271 | 233 | 0 | 33 | 47 | 0 | 22 | 144 | 120 |
| Binary | 11111111 | 10111001 | 10011011 | 0 | 11011 | 100111 | 0 | 10010 | 1100100 | 1010000 |
Color Harmonies of #FFB99B
Complementary color
Monochromatic Colors of #FFB99B
Black with #FFB99B
Text Example
Text Example
White with #FFB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB99B; }
p { color: rgb(255,185,155); }
H1.HeaderClassName
{
color: #FFB99B;
}
.AnyTagClassName
{
color: #FFB99B;
}
</style>
background-color css
<style>
a { background-color: #FFB99B; }
a { background-color: rgb(255,185,155); }
div.DivClassName
{
background-color: #FFB99B;
}
.BgClassName
{
background-color: #FFB99B;
}
</style>
border-color css
<style>
span { border-color: #FFB99B; }
span { border-color: rgb(255,185,155); }
td.TdClassName
{
border-color: #FFB99B;
}
.TagClassName
{
border-color: #FFB99B;
}
</style>