Shades of Mandys Pink #FFB995
Tints of Mandys Pink #FFB995
RGB
CMYK
RGB Variations
Color information
#FFB995 (or 0xFFB995) is known color: Mandys Pink. HEX triplet: FF, B9 and 95. RGB value is (255,185,149). Sum of RGB (Red+Green+Blue) = 255+185+149=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB995 is #00466A. Grayscale: #CACACA. Windows color (decimal): -18027 or 9812479. OLE color: 9812479.
HSL color Cylindrical-coordinate representation of color #FFB995: hue angle of 20.38º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFB995 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 149 | - |
| CMYK | 0 | 0.27 | 0.42 | 0 |
| HSL | 20.38º | 1% | 0.79% | - |
| HSV(B) | 20.38º | 0.42% | 1% | - |
| XYZ | 64.01 | 58.13 | 36.28 | - |
| YUV | 201.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 149 | 0 | 0.27 | 0.42 | 0 | 20.38 | 1 | 0.79 |
| Hex | FF | B9 | 95 | 0 | 1B | 2A | 0 | 14 | 64 | 4F |
| Octal | 377 | 271 | 225 | 0 | 33 | 52 | 0 | 24 | 144 | 117 |
| Binary | 11111111 | 10111001 | 10010101 | 0 | 11011 | 101010 | 0 | 10100 | 1100100 | 1001111 |
Color Harmonies of #FFB995
Complementary color
Monochromatic Colors of #FFB995
Black with #FFB995
Text Example
Text Example
White with #FFB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB995; }
p { color: rgb(255,185,149); }
H1.HeaderClassName
{
color: #FFB995;
}
.AnyTagClassName
{
color: #FFB995;
}
</style>
background-color css
<style>
a { background-color: #FFB995; }
a { background-color: rgb(255,185,149); }
div.DivClassName
{
background-color: #FFB995;
}
.BgClassName
{
background-color: #FFB995;
}
</style>
border-color css
<style>
span { border-color: #FFB995; }
span { border-color: rgb(255,185,149); }
td.TdClassName
{
border-color: #FFB995;
}
.TagClassName
{
border-color: #FFB995;
}
</style>