Shades of Mandys Pink #F5BF8F
Tints of Mandys Pink #F5BF8F
RGB
CMYK
RGB Variations
Color information
#F5BF8F (or 0xF5BF8F) is known color: Mandys Pink. HEX triplet: F5, BF and 8F. RGB value is (245,191,143). Sum of RGB (Red+Green+Blue) = 245+191+143=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF8F is #0A4070. Grayscale: #C9C9C9. Windows color (decimal): -671857 or 9420789. OLE color: 9420789.
HSL color Cylindrical-coordinate representation of color #F5BF8F: hue angle of 28.24º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5BF8F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 143 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.04 |
| HSL | 28.24º | 0.84% | 0.76% | - |
| HSV(B) | 28.24º | 0.42% | 0.96% | - |
| XYZ | 61.24 | 58.66 | 34.08 | - |
| YUV | 201.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 143 | 0 | 0.22 | 0.42 | 0.04 | 28.24 | 0.84 | 0.76 |
| Hex | F5 | BF | 8F | 0 | 16 | 2A | 4 | 1C | 54 | 4C |
| Octal | 365 | 277 | 217 | 0 | 26 | 52 | 4 | 34 | 124 | 114 |
| Binary | 11110101 | 10111111 | 10001111 | 0 | 10110 | 101010 | 100 | 11100 | 1010100 | 1001100 |
Color Harmonies of #F5BF8F
Complementary color
Monochromatic Colors of #F5BF8F
Black with #F5BF8F
Text Example
Text Example
White with #F5BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF8F; }
p { color: rgb(245,191,143); }
H1.HeaderClassName
{
color: #F5BF8F;
}
.AnyTagClassName
{
color: #F5BF8F;
}
</style>
background-color css
<style>
a { background-color: #F5BF8F; }
a { background-color: rgb(245,191,143); }
div.DivClassName
{
background-color: #F5BF8F;
}
.BgClassName
{
background-color: #F5BF8F;
}
</style>
border-color css
<style>
span { border-color: #F5BF8F; }
span { border-color: rgb(245,191,143); }
td.TdClassName
{
border-color: #F5BF8F;
}
.TagClassName
{
border-color: #F5BF8F;
}
</style>