Shades of Mandys Pink #FEB38D
Tints of Mandys Pink #FEB38D
RGB
CMYK
RGB Variations
Color information
#FEB38D (or 0xFEB38D) is known color: Mandys Pink. HEX triplet: FE, B3 and 8D. RGB value is (254,179,141). Sum of RGB (Red+Green+Blue) = 254+179+141=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB38D is #014C72. Grayscale: #C5C5C5. Windows color (decimal): -85107 or 9286654. OLE color: 9286654.
HSL color Cylindrical-coordinate representation of color #FEB38D: hue angle of 20.18º 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 #FEB38D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.00 |
| HSL | 20.18º | 0.98% | 0.77% | - |
| HSV(B) | 20.18º | 0.44% | 1% | - |
| XYZ | 61.8 | 55.23 | 32.6 | - |
| YUV | 197.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 141 | 0 | 0.30 | 0.44 | 0.00 | 20.18 | 0.98 | 0.77 |
| Hex | FE | B3 | 8D | 0 | 1E | 2C | 0 | 14 | 62 | 4D |
| Octal | 376 | 263 | 215 | 0 | 36 | 54 | 0 | 24 | 142 | 115 |
| Binary | 11111110 | 10110011 | 10001101 | 0 | 11110 | 101100 | 0 | 10100 | 1100010 | 1001101 |
Color Harmonies of #FEB38D
Complementary color
Monochromatic Colors of #FEB38D
Black with #FEB38D
Text Example
Text Example
White with #FEB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB38D; }
p { color: rgb(254,179,141); }
H1.HeaderClassName
{
color: #FEB38D;
}
.AnyTagClassName
{
color: #FEB38D;
}
</style>
background-color css
<style>
a { background-color: #FEB38D; }
a { background-color: rgb(254,179,141); }
div.DivClassName
{
background-color: #FEB38D;
}
.BgClassName
{
background-color: #FEB38D;
}
</style>
border-color css
<style>
span { border-color: #FEB38D; }
span { border-color: rgb(254,179,141); }
td.TdClassName
{
border-color: #FEB38D;
}
.TagClassName
{
border-color: #FEB38D;
}
</style>