Shades of Mandys Pink #FABD8D
Tints of Mandys Pink #FABD8D
RGB
CMYK
RGB Variations
Color information
#FABD8D (or 0xFABD8D) is known color: Mandys Pink. HEX triplet: FA, BD and 8D. RGB value is (250,189,141). Sum of RGB (Red+Green+Blue) = 250+189+141=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABD8D is #054272. Grayscale: #CACACA. Windows color (decimal): -344691 or 9289210. OLE color: 9289210.
HSL color Cylindrical-coordinate representation of color #FABD8D: hue angle of 26.42º 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 #FABD8D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 141 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.02 |
| HSL | 26.42º | 0.92% | 0.77% | - |
| HSV(B) | 26.42º | 0.44% | 0.98% | - |
| XYZ | 62.43 | 58.64 | 33.23 | - |
| YUV | 201.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 141 | 0 | 0.24 | 0.44 | 0.02 | 26.42 | 0.92 | 0.77 |
| Hex | FA | BD | 8D | 0 | 18 | 2C | 2 | 1A | 5C | 4D |
| Octal | 372 | 275 | 215 | 0 | 30 | 54 | 2 | 32 | 134 | 115 |
| Binary | 11111010 | 10111101 | 10001101 | 0 | 11000 | 101100 | 10 | 11010 | 1011100 | 1001101 |
Color Harmonies of #FABD8D
Complementary color
Monochromatic Colors of #FABD8D
Black with #FABD8D
Text Example
Text Example
White with #FABD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD8D; }
p { color: rgb(250,189,141); }
H1.HeaderClassName
{
color: #FABD8D;
}
.AnyTagClassName
{
color: #FABD8D;
}
</style>
background-color css
<style>
a { background-color: #FABD8D; }
a { background-color: rgb(250,189,141); }
div.DivClassName
{
background-color: #FABD8D;
}
.BgClassName
{
background-color: #FABD8D;
}
</style>
border-color css
<style>
span { border-color: #FABD8D; }
span { border-color: rgb(250,189,141); }
td.TdClassName
{
border-color: #FABD8D;
}
.TagClassName
{
border-color: #FABD8D;
}
</style>