Shades of Mandys Pink #FFB595
Tints of Mandys Pink #FFB595
RGB
CMYK
RGB Variations
Color information
#FFB595 (or 0xFFB595) is known color: Mandys Pink. HEX triplet: FF, B5 and 95. RGB value is (255,181,149). Sum of RGB (Red+Green+Blue) = 255+181+149=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB595 is #004A6A. Grayscale: #C7C7C7. Windows color (decimal): -19051 or 9811455. OLE color: 9811455.
HSL color Cylindrical-coordinate representation of color #FFB595: hue angle of 18.11º 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 #FFB595 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 149 | - |
| CMYK | 0 | 0.29 | 0.42 | 0 |
| HSL | 18.11º | 1% | 0.79% | - |
| HSV(B) | 18.11º | 0.42% | 1% | - |
| XYZ | 63.19 | 56.48 | 36 | - |
| YUV | 199.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 149 | 0 | 0.29 | 0.42 | 0 | 18.11 | 1 | 0.79 |
| Hex | FF | B5 | 95 | 0 | 1D | 2A | 0 | 12 | 64 | 4F |
| Octal | 377 | 265 | 225 | 0 | 35 | 52 | 0 | 22 | 144 | 117 |
| Binary | 11111111 | 10110101 | 10010101 | 0 | 11101 | 101010 | 0 | 10010 | 1100100 | 1001111 |
Color Harmonies of #FFB595
Complementary color
Monochromatic Colors of #FFB595
Black with #FFB595
Text Example
Text Example
White with #FFB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB595; }
p { color: rgb(255,181,149); }
H1.HeaderClassName
{
color: #FFB595;
}
.AnyTagClassName
{
color: #FFB595;
}
</style>
background-color css
<style>
a { background-color: #FFB595; }
a { background-color: rgb(255,181,149); }
div.DivClassName
{
background-color: #FFB595;
}
.BgClassName
{
background-color: #FFB595;
}
</style>
border-color css
<style>
span { border-color: #FFB595; }
span { border-color: rgb(255,181,149); }
td.TdClassName
{
border-color: #FFB595;
}
.TagClassName
{
border-color: #FFB595;
}
</style>