Shades of Mandys Pink #FEB38C
Tints of Mandys Pink #FEB38C
RGB
CMYK
RGB Variations
Color information
#FEB38C (or 0xFEB38C) is known color: Mandys Pink. HEX triplet: FE, B3 and 8C. RGB value is (254,179,140). Sum of RGB (Red+Green+Blue) = 254+179+140=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB38C is #014C73. Grayscale: #C5C5C5. Windows color (decimal): -85108 or 9221118. OLE color: 9221118.
HSL color Cylindrical-coordinate representation of color #FEB38C: hue angle of 20.53º 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 #FEB38C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 140 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.00 |
| HSL | 20.53º | 0.98% | 0.77% | - |
| HSV(B) | 20.53º | 0.45% | 1% | - |
| XYZ | 61.73 | 55.2 | 32.21 | - |
| YUV | 196.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 140 | 0 | 0.30 | 0.45 | 0.00 | 20.53 | 0.98 | 0.77 |
| Hex | FE | B3 | 8C | 0 | 1E | 2D | 0 | 15 | 62 | 4D |
| Octal | 376 | 263 | 214 | 0 | 36 | 55 | 0 | 25 | 142 | 115 |
| Binary | 11111110 | 10110011 | 10001100 | 0 | 11110 | 101101 | 0 | 10101 | 1100010 | 1001101 |
Color Harmonies of #FEB38C
Complementary color
Monochromatic Colors of #FEB38C
Black with #FEB38C
Text Example
Text Example
White with #FEB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB38C; }
p { color: rgb(254,179,140); }
H1.HeaderClassName
{
color: #FEB38C;
}
.AnyTagClassName
{
color: #FEB38C;
}
</style>
background-color css
<style>
a { background-color: #FEB38C; }
a { background-color: rgb(254,179,140); }
div.DivClassName
{
background-color: #FEB38C;
}
.BgClassName
{
background-color: #FEB38C;
}
</style>
border-color css
<style>
span { border-color: #FEB38C; }
span { border-color: rgb(254,179,140); }
td.TdClassName
{
border-color: #FEB38C;
}
.TagClassName
{
border-color: #FEB38C;
}
</style>