Shades of Mandys Pink #FEB28F
Tints of Mandys Pink #FEB28F
RGB
CMYK
RGB Variations
Color information
#FEB28F (or 0xFEB28F) is known color: Mandys Pink. HEX triplet: FE, B2 and 8F. RGB value is (254,178,143). Sum of RGB (Red+Green+Blue) = 254+178+143=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB28F is #014D70. Grayscale: #C4C4C4. Windows color (decimal): -85361 or 9417470. OLE color: 9417470.
HSL color Cylindrical-coordinate representation of color #FEB28F: hue angle of 18.92º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEB28F is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 143 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.00 |
| HSL | 18.92º | 0.98% | 0.78% | - |
| HSV(B) | 18.92º | 0.44% | 1% | - |
| XYZ | 61.75 | 54.89 | 33.33 | - |
| YUV | 196.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 143 | 0 | 0.30 | 0.44 | 0.00 | 18.92 | 0.98 | 0.78 |
| Hex | FE | B2 | 8F | 0 | 1E | 2C | 0 | 13 | 62 | 4E |
| Octal | 376 | 262 | 217 | 0 | 36 | 54 | 0 | 23 | 142 | 116 |
| Binary | 11111110 | 10110010 | 10001111 | 0 | 11110 | 101100 | 0 | 10011 | 1100010 | 1001110 |
Color Harmonies of #FEB28F
Complementary color
Monochromatic Colors of #FEB28F
Black with #FEB28F
Text Example
Text Example
White with #FEB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB28F; }
p { color: rgb(254,178,143); }
H1.HeaderClassName
{
color: #FEB28F;
}
.AnyTagClassName
{
color: #FEB28F;
}
</style>
background-color css
<style>
a { background-color: #FEB28F; }
a { background-color: rgb(254,178,143); }
div.DivClassName
{
background-color: #FEB28F;
}
.BgClassName
{
background-color: #FEB28F;
}
</style>
border-color css
<style>
span { border-color: #FEB28F; }
span { border-color: rgb(254,178,143); }
td.TdClassName
{
border-color: #FEB28F;
}
.TagClassName
{
border-color: #FEB28F;
}
</style>