Shades of Mandys Pink #F5B68D
Tints of Mandys Pink #F5B68D
RGB
CMYK
RGB Variations
Color information
#F5B68D (or 0xF5B68D) is known color: Mandys Pink. HEX triplet: F5, B6 and 8D. RGB value is (245,182,141). Sum of RGB (Red+Green+Blue) = 245+182+141=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B68D is #0A4972. Grayscale: #C4C4C4. Windows color (decimal): -674163 or 9287413. OLE color: 9287413.
HSL color Cylindrical-coordinate representation of color #F5B68D: hue angle of 23.65º 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 #F5B68D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 141 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.04 |
| HSL | 23.65º | 0.84% | 0.76% | - |
| HSV(B) | 23.65º | 0.42% | 0.96% | - |
| XYZ | 59.19 | 54.79 | 32.66 | - |
| YUV | 196.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 141 | 0 | 0.26 | 0.42 | 0.04 | 23.65 | 0.84 | 0.76 |
| Hex | F5 | B6 | 8D | 0 | 1A | 2A | 4 | 18 | 54 | 4C |
| Octal | 365 | 266 | 215 | 0 | 32 | 52 | 4 | 30 | 124 | 114 |
| Binary | 11110101 | 10110110 | 10001101 | 0 | 11010 | 101010 | 100 | 11000 | 1010100 | 1001100 |
Color Harmonies of #F5B68D
Complementary color
Monochromatic Colors of #F5B68D
Black with #F5B68D
Text Example
Text Example
White with #F5B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B68D; }
p { color: rgb(245,182,141); }
H1.HeaderClassName
{
color: #F5B68D;
}
.AnyTagClassName
{
color: #F5B68D;
}
</style>
background-color css
<style>
a { background-color: #F5B68D; }
a { background-color: rgb(245,182,141); }
div.DivClassName
{
background-color: #F5B68D;
}
.BgClassName
{
background-color: #F5B68D;
}
</style>
border-color css
<style>
span { border-color: #F5B68D; }
span { border-color: rgb(245,182,141); }
td.TdClassName
{
border-color: #F5B68D;
}
.TagClassName
{
border-color: #F5B68D;
}
</style>