Shades of Mandys Pink #FDB18E
Tints of Mandys Pink #FDB18E
RGB
CMYK
RGB Variations
Color information
#FDB18E (or 0xFDB18E) is known color: Mandys Pink. HEX triplet: FD, B1 and 8E. RGB value is (253,177,142). Sum of RGB (Red+Green+Blue) = 253+177+142=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB18E is #024E71. Grayscale: #C3C3C3. Windows color (decimal): -151154 or 9351677. OLE color: 9351677.
HSL color Cylindrical-coordinate representation of color #FDB18E: hue angle of 18.92º 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 #FDB18E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 142 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.01 |
| HSL | 18.92º | 0.97% | 0.77% | - |
| HSV(B) | 18.92º | 0.44% | 0.99% | - |
| XYZ | 61.11 | 54.28 | 32.85 | - |
| YUV | 195.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 142 | 0 | 0.30 | 0.44 | 0.01 | 18.92 | 0.97 | 0.77 |
| Hex | FD | B1 | 8E | 0 | 1E | 2C | 1 | 13 | 61 | 4D |
| Octal | 375 | 261 | 216 | 0 | 36 | 54 | 1 | 23 | 141 | 115 |
| Binary | 11111101 | 10110001 | 10001110 | 0 | 11110 | 101100 | 1 | 10011 | 1100001 | 1001101 |
Color Harmonies of #FDB18E
Complementary color
Monochromatic Colors of #FDB18E
Black with #FDB18E
Text Example
Text Example
White with #FDB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB18E; }
p { color: rgb(253,177,142); }
H1.HeaderClassName
{
color: #FDB18E;
}
.AnyTagClassName
{
color: #FDB18E;
}
</style>
background-color css
<style>
a { background-color: #FDB18E; }
a { background-color: rgb(253,177,142); }
div.DivClassName
{
background-color: #FDB18E;
}
.BgClassName
{
background-color: #FDB18E;
}
</style>
border-color css
<style>
span { border-color: #FDB18E; }
span { border-color: rgb(253,177,142); }
td.TdClassName
{
border-color: #FDB18E;
}
.TagClassName
{
border-color: #FDB18E;
}
</style>