Shades of Mandys Pink #FDBA8F
Tints of Mandys Pink #FDBA8F
RGB
CMYK
RGB Variations
Color information
#FDBA8F (or 0xFDBA8F) is known color: Mandys Pink. HEX triplet: FD, BA and 8F. RGB value is (253,186,143). Sum of RGB (Red+Green+Blue) = 253+186+143=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA8F is #024570. Grayscale: #C9C9C9. Windows color (decimal): -148849 or 9419517. OLE color: 9419517.
HSL color Cylindrical-coordinate representation of color #FDBA8F: hue angle of 23.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDBA8F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 143 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.01 |
| HSL | 23.45º | 0.96% | 0.78% | - |
| HSV(B) | 23.45º | 0.43% | 0.99% | - |
| XYZ | 63.02 | 57.98 | 33.86 | - |
| YUV | 201.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 143 | 0 | 0.26 | 0.43 | 0.01 | 23.45 | 0.96 | 0.78 |
| Hex | FD | BA | 8F | 0 | 1A | 2B | 1 | 17 | 60 | 4E |
| Octal | 375 | 272 | 217 | 0 | 32 | 53 | 1 | 27 | 140 | 116 |
| Binary | 11111101 | 10111010 | 10001111 | 0 | 11010 | 101011 | 1 | 10111 | 1100000 | 1001110 |
Color Harmonies of #FDBA8F
Complementary color
Monochromatic Colors of #FDBA8F
Black with #FDBA8F
Text Example
Text Example
White with #FDBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA8F; }
p { color: rgb(253,186,143); }
H1.HeaderClassName
{
color: #FDBA8F;
}
.AnyTagClassName
{
color: #FDBA8F;
}
</style>
background-color css
<style>
a { background-color: #FDBA8F; }
a { background-color: rgb(253,186,143); }
div.DivClassName
{
background-color: #FDBA8F;
}
.BgClassName
{
background-color: #FDBA8F;
}
</style>
border-color css
<style>
span { border-color: #FDBA8F; }
span { border-color: rgb(253,186,143); }
td.TdClassName
{
border-color: #FDBA8F;
}
.TagClassName
{
border-color: #FDBA8F;
}
</style>