Shades of Mandys Pink #F5B78A
Tints of Mandys Pink #F5B78A
RGB
CMYK
RGB Variations
Color information
#F5B78A (or 0xF5B78A) is known color: Mandys Pink. HEX triplet: F5, B7 and 8A. RGB value is (245,183,138). Sum of RGB (Red+Green+Blue) = 245+183+138=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B78A is #0A4875. Grayscale: #C4C4C4. Windows color (decimal): -673910 or 9091061. OLE color: 9091061.
HSL color Cylindrical-coordinate representation of color #F5B78A: hue angle of 25.23º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5B78A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 138 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.04 |
| HSL | 25.23º | 0.84% | 0.75% | - |
| HSV(B) | 25.23º | 0.44% | 0.96% | - |
| XYZ | 59.18 | 55.11 | 31.56 | - |
| YUV | 196.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 138 | 0 | 0.25 | 0.44 | 0.04 | 25.23 | 0.84 | 0.75 |
| Hex | F5 | B7 | 8A | 0 | 19 | 2C | 4 | 19 | 54 | 4B |
| Octal | 365 | 267 | 212 | 0 | 31 | 54 | 4 | 31 | 124 | 113 |
| Binary | 11110101 | 10110111 | 10001010 | 0 | 11001 | 101100 | 100 | 11001 | 1010100 | 1001011 |
Color Harmonies of #F5B78A
Complementary color
Monochromatic Colors of #F5B78A
Black with #F5B78A
Text Example
Text Example
White with #F5B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B78A; }
p { color: rgb(245,183,138); }
H1.HeaderClassName
{
color: #F5B78A;
}
.AnyTagClassName
{
color: #F5B78A;
}
</style>
background-color css
<style>
a { background-color: #F5B78A; }
a { background-color: rgb(245,183,138); }
div.DivClassName
{
background-color: #F5B78A;
}
.BgClassName
{
background-color: #F5B78A;
}
</style>
border-color css
<style>
span { border-color: #F5B78A; }
span { border-color: rgb(245,183,138); }
td.TdClassName
{
border-color: #F5B78A;
}
.TagClassName
{
border-color: #F5B78A;
}
</style>