Shades of Mandys Pink #FFB78E
Tints of Mandys Pink #FFB78E
RGB
CMYK
RGB Variations
Color information
#FFB78E (or 0xFFB78E) is known color: Mandys Pink. HEX triplet: FF, B7 and 8E. RGB value is (255,183,142). Sum of RGB (Red+Green+Blue) = 255+183+142=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB78E is #004871. Grayscale: #C8C8C8. Windows color (decimal): -18546 or 9353215. OLE color: 9353215.
HSL color Cylindrical-coordinate representation of color #FFB78E: hue angle of 21.77º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB78E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 142 | - |
| CMYK | 0 | 0.28 | 0.44 | 0 |
| HSL | 21.77º | 1% | 0.78% | - |
| HSV(B) | 21.77º | 0.44% | 1% | - |
| XYZ | 63.06 | 57.08 | 33.29 | - |
| YUV | 199.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 142 | 0 | 0.28 | 0.44 | 0 | 21.77 | 1 | 0.78 |
| Hex | FF | B7 | 8E | 0 | 1C | 2C | 0 | 16 | 64 | 4E |
| Octal | 377 | 267 | 216 | 0 | 34 | 54 | 0 | 26 | 144 | 116 |
| Binary | 11111111 | 10110111 | 10001110 | 0 | 11100 | 101100 | 0 | 10110 | 1100100 | 1001110 |
Color Harmonies of #FFB78E
Complementary color
Monochromatic Colors of #FFB78E
Black with #FFB78E
Text Example
Text Example
White with #FFB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB78E; }
p { color: rgb(255,183,142); }
H1.HeaderClassName
{
color: #FFB78E;
}
.AnyTagClassName
{
color: #FFB78E;
}
</style>
background-color css
<style>
a { background-color: #FFB78E; }
a { background-color: rgb(255,183,142); }
div.DivClassName
{
background-color: #FFB78E;
}
.BgClassName
{
background-color: #FFB78E;
}
</style>
border-color css
<style>
span { border-color: #FFB78E; }
span { border-color: rgb(255,183,142); }
td.TdClassName
{
border-color: #FFB78E;
}
.TagClassName
{
border-color: #FFB78E;
}
</style>