Shades of Mandys Pink #FEB78C
Tints of Mandys Pink #FEB78C
RGB
CMYK
RGB Variations
Color information
#FEB78C (or 0xFEB78C) is known color: Mandys Pink. HEX triplet: FE, B7 and 8C. RGB value is (254,183,140). Sum of RGB (Red+Green+Blue) = 254+183+140=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB78C is #014873. Grayscale: #C7C7C7. Windows color (decimal): -84084 or 9222142. OLE color: 9222142.
HSL color Cylindrical-coordinate representation of color #FEB78C: hue angle of 22.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEB78C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 140 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.00 |
| HSL | 22.63º | 0.98% | 0.77% | - |
| HSV(B) | 22.63º | 0.45% | 1% | - |
| XYZ | 62.54 | 56.83 | 32.48 | - |
| YUV | 199.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 140 | 0 | 0.28 | 0.45 | 0.00 | 22.63 | 0.98 | 0.77 |
| Hex | FE | B7 | 8C | 0 | 1C | 2D | 0 | 17 | 62 | 4D |
| Octal | 376 | 267 | 214 | 0 | 34 | 55 | 0 | 27 | 142 | 115 |
| Binary | 11111110 | 10110111 | 10001100 | 0 | 11100 | 101101 | 0 | 10111 | 1100010 | 1001101 |
Color Harmonies of #FEB78C
Complementary color
Monochromatic Colors of #FEB78C
Black with #FEB78C
Text Example
Text Example
White with #FEB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB78C; }
p { color: rgb(254,183,140); }
H1.HeaderClassName
{
color: #FEB78C;
}
.AnyTagClassName
{
color: #FEB78C;
}
</style>
background-color css
<style>
a { background-color: #FEB78C; }
a { background-color: rgb(254,183,140); }
div.DivClassName
{
background-color: #FEB78C;
}
.BgClassName
{
background-color: #FEB78C;
}
</style>
border-color css
<style>
span { border-color: #FEB78C; }
span { border-color: rgb(254,183,140); }
td.TdClassName
{
border-color: #FEB78C;
}
.TagClassName
{
border-color: #FEB78C;
}
</style>