Shades of Mandys Pink #FFB78F
Tints of Mandys Pink #FFB78F
RGB
CMYK
RGB Variations
Color information
#FFB78F (or 0xFFB78F) is known color: Mandys Pink. HEX triplet: FF, B7 and 8F. RGB value is (255,183,143). Sum of RGB (Red+Green+Blue) = 255+183+143=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB78F is #004870. Grayscale: #C8C8C8. Windows color (decimal): -18545 or 9418751. OLE color: 9418751.
HSL color Cylindrical-coordinate representation of color #FFB78F: hue angle of 21.43º 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 #FFB78F is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 143 | - |
| CMYK | 0 | 0.28 | 0.44 | 0 |
| HSL | 21.43º | 1% | 0.78% | - |
| HSV(B) | 21.43º | 0.44% | 1% | - |
| XYZ | 63.13 | 57.11 | 33.68 | - |
| YUV | 199.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 143 | 0 | 0.28 | 0.44 | 0 | 21.43 | 1 | 0.78 |
| Hex | FF | B7 | 8F | 0 | 1C | 2C | 0 | 15 | 64 | 4E |
| Octal | 377 | 267 | 217 | 0 | 34 | 54 | 0 | 25 | 144 | 116 |
| Binary | 11111111 | 10110111 | 10001111 | 0 | 11100 | 101100 | 0 | 10101 | 1100100 | 1001110 |
Color Harmonies of #FFB78F
Complementary color
Monochromatic Colors of #FFB78F
Black with #FFB78F
Text Example
Text Example
White with #FFB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB78F; }
p { color: rgb(255,183,143); }
H1.HeaderClassName
{
color: #FFB78F;
}
.AnyTagClassName
{
color: #FFB78F;
}
</style>
background-color css
<style>
a { background-color: #FFB78F; }
a { background-color: rgb(255,183,143); }
div.DivClassName
{
background-color: #FFB78F;
}
.BgClassName
{
background-color: #FFB78F;
}
</style>
border-color css
<style>
span { border-color: #FFB78F; }
span { border-color: rgb(255,183,143); }
td.TdClassName
{
border-color: #FFB78F;
}
.TagClassName
{
border-color: #FFB78F;
}
</style>