Shades of Mandys Pink #FAB78D
Tints of Mandys Pink #FAB78D
RGB
CMYK
RGB Variations
Color information
#FAB78D (or 0xFAB78D) is known color: Mandys Pink. HEX triplet: FA, B7 and 8D. RGB value is (250,183,141). Sum of RGB (Red+Green+Blue) = 250+183+141=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB78D is #054872. Grayscale: #C6C6C6. Windows color (decimal): -346227 or 9287674. OLE color: 9287674.
HSL color Cylindrical-coordinate representation of color #FAB78D: hue angle of 23.12º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB78D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 141 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.02 |
| HSL | 23.12º | 0.92% | 0.77% | - |
| HSV(B) | 23.12º | 0.44% | 0.98% | - |
| XYZ | 61.17 | 56.11 | 32.81 | - |
| YUV | 198.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 141 | 0 | 0.27 | 0.44 | 0.02 | 23.12 | 0.92 | 0.77 |
| Hex | FA | B7 | 8D | 0 | 1B | 2C | 2 | 17 | 5C | 4D |
| Octal | 372 | 267 | 215 | 0 | 33 | 54 | 2 | 27 | 134 | 115 |
| Binary | 11111010 | 10110111 | 10001101 | 0 | 11011 | 101100 | 10 | 10111 | 1011100 | 1001101 |
Color Harmonies of #FAB78D
Complementary color
Monochromatic Colors of #FAB78D
Black with #FAB78D
Text Example
Text Example
White with #FAB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB78D; }
p { color: rgb(250,183,141); }
H1.HeaderClassName
{
color: #FAB78D;
}
.AnyTagClassName
{
color: #FAB78D;
}
</style>
background-color css
<style>
a { background-color: #FAB78D; }
a { background-color: rgb(250,183,141); }
div.DivClassName
{
background-color: #FAB78D;
}
.BgClassName
{
background-color: #FAB78D;
}
</style>
border-color css
<style>
span { border-color: #FAB78D; }
span { border-color: rgb(250,183,141); }
td.TdClassName
{
border-color: #FAB78D;
}
.TagClassName
{
border-color: #FAB78D;
}
</style>