Shades of Mandys Pink #FEB18D
Tints of Mandys Pink #FEB18D
RGB
CMYK
RGB Variations
Color information
#FEB18D (or 0xFEB18D) is known color: Mandys Pink. HEX triplet: FE, B1 and 8D. RGB value is (254,177,141). Sum of RGB (Red+Green+Blue) = 254+177+141=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB18D is #014E72. Grayscale: #C4C4C4. Windows color (decimal): -85619 or 9286142. OLE color: 9286142.
HSL color Cylindrical-coordinate representation of color #FEB18D: hue angle of 19.12º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEB18D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.00 |
| HSL | 19.12º | 0.98% | 0.77% | - |
| HSV(B) | 19.12º | 0.44% | 1% | - |
| XYZ | 61.4 | 54.44 | 32.47 | - |
| YUV | 195.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 141 | 0 | 0.30 | 0.44 | 0.00 | 19.12 | 0.98 | 0.77 |
| Hex | FE | B1 | 8D | 0 | 1E | 2C | 0 | 13 | 62 | 4D |
| Octal | 376 | 261 | 215 | 0 | 36 | 54 | 0 | 23 | 142 | 115 |
| Binary | 11111110 | 10110001 | 10001101 | 0 | 11110 | 101100 | 0 | 10011 | 1100010 | 1001101 |
Color Harmonies of #FEB18D
Complementary color
Monochromatic Colors of #FEB18D
Black with #FEB18D
Text Example
Text Example
White with #FEB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB18D; }
p { color: rgb(254,177,141); }
H1.HeaderClassName
{
color: #FEB18D;
}
.AnyTagClassName
{
color: #FEB18D;
}
</style>
background-color css
<style>
a { background-color: #FEB18D; }
a { background-color: rgb(254,177,141); }
div.DivClassName
{
background-color: #FEB18D;
}
.BgClassName
{
background-color: #FEB18D;
}
</style>
border-color css
<style>
span { border-color: #FEB18D; }
span { border-color: rgb(254,177,141); }
td.TdClassName
{
border-color: #FEB18D;
}
.TagClassName
{
border-color: #FEB18D;
}
</style>