Shades of Mandys Pink #FEBC8F
Tints of Mandys Pink #FEBC8F
RGB
CMYK
RGB Variations
Color information
#FEBC8F (or 0xFEBC8F) is known color: Mandys Pink. HEX triplet: FE, BC and 8F. RGB value is (254,188,143). Sum of RGB (Red+Green+Blue) = 254+188+143=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC8F is #014370. Grayscale: #CACACA. Windows color (decimal): -82801 or 9420030. OLE color: 9420030.
HSL color Cylindrical-coordinate representation of color #FEBC8F: hue angle of 24.32º 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 #FEBC8F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 143 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.00 |
| HSL | 24.32º | 0.98% | 0.78% | - |
| HSV(B) | 24.32º | 0.44% | 1% | - |
| XYZ | 63.81 | 59.02 | 34.02 | - |
| YUV | 202.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 143 | 0 | 0.26 | 0.44 | 0.00 | 24.32 | 0.98 | 0.78 |
| Hex | FE | BC | 8F | 0 | 1A | 2C | 0 | 18 | 62 | 4E |
| Octal | 376 | 274 | 217 | 0 | 32 | 54 | 0 | 30 | 142 | 116 |
| Binary | 11111110 | 10111100 | 10001111 | 0 | 11010 | 101100 | 0 | 11000 | 1100010 | 1001110 |
Color Harmonies of #FEBC8F
Complementary color
Monochromatic Colors of #FEBC8F
Black with #FEBC8F
Text Example
Text Example
White with #FEBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC8F; }
p { color: rgb(254,188,143); }
H1.HeaderClassName
{
color: #FEBC8F;
}
.AnyTagClassName
{
color: #FEBC8F;
}
</style>
background-color css
<style>
a { background-color: #FEBC8F; }
a { background-color: rgb(254,188,143); }
div.DivClassName
{
background-color: #FEBC8F;
}
.BgClassName
{
background-color: #FEBC8F;
}
</style>
border-color css
<style>
span { border-color: #FEBC8F; }
span { border-color: rgb(254,188,143); }
td.TdClassName
{
border-color: #FEBC8F;
}
.TagClassName
{
border-color: #FEBC8F;
}
</style>