Shades of Mandys Pink #FEB28D
Tints of Mandys Pink #FEB28D
RGB
CMYK
RGB Variations
Color information
#FEB28D (or 0xFEB28D) is known color: Mandys Pink. HEX triplet: FE, B2 and 8D. RGB value is (254,178,141). Sum of RGB (Red+Green+Blue) = 254+178+141=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB28D is #014D72. Grayscale: #C4C4C4. Windows color (decimal): -85363 or 9286398. OLE color: 9286398.
HSL color Cylindrical-coordinate representation of color #FEB28D: hue angle of 19.65º 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 #FEB28D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.00 |
| HSL | 19.65º | 0.98% | 0.77% | - |
| HSV(B) | 19.65º | 0.44% | 1% | - |
| XYZ | 61.6 | 54.83 | 32.54 | - |
| YUV | 196.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 141 | 0 | 0.30 | 0.44 | 0.00 | 19.65 | 0.98 | 0.77 |
| Hex | FE | B2 | 8D | 0 | 1E | 2C | 0 | 14 | 62 | 4D |
| Octal | 376 | 262 | 215 | 0 | 36 | 54 | 0 | 24 | 142 | 115 |
| Binary | 11111110 | 10110010 | 10001101 | 0 | 11110 | 101100 | 0 | 10100 | 1100010 | 1001101 |
Color Harmonies of #FEB28D
Complementary color
Monochromatic Colors of #FEB28D
Black with #FEB28D
Text Example
Text Example
White with #FEB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB28D; }
p { color: rgb(254,178,141); }
H1.HeaderClassName
{
color: #FEB28D;
}
.AnyTagClassName
{
color: #FEB28D;
}
</style>
background-color css
<style>
a { background-color: #FEB28D; }
a { background-color: rgb(254,178,141); }
div.DivClassName
{
background-color: #FEB28D;
}
.BgClassName
{
background-color: #FEB28D;
}
</style>
border-color css
<style>
span { border-color: #FEB28D; }
span { border-color: rgb(254,178,141); }
td.TdClassName
{
border-color: #FEB28D;
}
.TagClassName
{
border-color: #FEB28D;
}
</style>