Shades of Mandys Pink #FFB59A
Tints of Mandys Pink #FFB59A
RGB
CMYK
RGB Variations
Color information
#FFB59A (or 0xFFB59A) is known color: Mandys Pink. HEX triplet: FF, B5 and 9A. RGB value is (255,181,154). Sum of RGB (Red+Green+Blue) = 255+181+154=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB59A is #004A65. Grayscale: #C8C8C8. Windows color (decimal): -19046 or 10139135. OLE color: 10139135.
HSL color Cylindrical-coordinate representation of color #FFB59A: hue angle of 16.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB59A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 154 | - |
| CMYK | 0 | 0.29 | 0.40 | 0 |
| HSL | 16.04º | 1% | 0.8% | - |
| HSV(B) | 16.04º | 0.4% | 1% | - |
| XYZ | 63.6 | 56.64 | 38.15 | - |
| YUV | 200.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 154 | 0 | 0.29 | 0.40 | 0 | 16.04 | 1 | 0.8 |
| Hex | FF | B5 | 9A | 0 | 1D | 28 | 0 | 10 | 64 | 50 |
| Octal | 377 | 265 | 232 | 0 | 35 | 50 | 0 | 20 | 144 | 120 |
| Binary | 11111111 | 10110101 | 10011010 | 0 | 11101 | 101000 | 0 | 10000 | 1100100 | 1010000 |
Color Harmonies of #FFB59A
Complementary color
Monochromatic Colors of #FFB59A
Black with #FFB59A
Text Example
Text Example
White with #FFB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB59A; }
p { color: rgb(255,181,154); }
H1.HeaderClassName
{
color: #FFB59A;
}
.AnyTagClassName
{
color: #FFB59A;
}
</style>
background-color css
<style>
a { background-color: #FFB59A; }
a { background-color: rgb(255,181,154); }
div.DivClassName
{
background-color: #FFB59A;
}
.BgClassName
{
background-color: #FFB59A;
}
</style>
border-color css
<style>
span { border-color: #FFB59A; }
span { border-color: rgb(255,181,154); }
td.TdClassName
{
border-color: #FFB59A;
}
.TagClassName
{
border-color: #FFB59A;
}
</style>