Shades of Mandys Pink #FDB18D
Tints of Mandys Pink #FDB18D
RGB
CMYK
RGB Variations
Color information
#FDB18D (or 0xFDB18D) is known color: Mandys Pink. HEX triplet: FD, B1 and 8D. RGB value is (253,177,141). Sum of RGB (Red+Green+Blue) = 253+177+141=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB18D is #024E72. Grayscale: #C3C3C3. Windows color (decimal): -151155 or 9286141. OLE color: 9286141.
HSL color Cylindrical-coordinate representation of color #FDB18D: hue angle of 19.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDB18D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.01 |
| HSL | 19.29º | 0.97% | 0.77% | - |
| HSV(B) | 19.29º | 0.44% | 0.99% | - |
| XYZ | 61.04 | 54.25 | 32.45 | - |
| YUV | 195.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 141 | 0 | 0.30 | 0.44 | 0.01 | 19.29 | 0.97 | 0.77 |
| Hex | FD | B1 | 8D | 0 | 1E | 2C | 1 | 13 | 61 | 4D |
| Octal | 375 | 261 | 215 | 0 | 36 | 54 | 1 | 23 | 141 | 115 |
| Binary | 11111101 | 10110001 | 10001101 | 0 | 11110 | 101100 | 1 | 10011 | 1100001 | 1001101 |
Color Harmonies of #FDB18D
Complementary color
Monochromatic Colors of #FDB18D
Black with #FDB18D
Text Example
Text Example
White with #FDB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB18D; }
p { color: rgb(253,177,141); }
H1.HeaderClassName
{
color: #FDB18D;
}
.AnyTagClassName
{
color: #FDB18D;
}
</style>
background-color css
<style>
a { background-color: #FDB18D; }
a { background-color: rgb(253,177,141); }
div.DivClassName
{
background-color: #FDB18D;
}
.BgClassName
{
background-color: #FDB18D;
}
</style>
border-color css
<style>
span { border-color: #FDB18D; }
span { border-color: rgb(253,177,141); }
td.TdClassName
{
border-color: #FDB18D;
}
.TagClassName
{
border-color: #FDB18D;
}
</style>