Shades of Mandys Pink #FEB18A
Tints of Mandys Pink #FEB18A
RGB
CMYK
RGB Variations
Color information
#FEB18A (or 0xFEB18A) is known color: Mandys Pink. HEX triplet: FE, B1 and 8A. RGB value is (254,177,138). Sum of RGB (Red+Green+Blue) = 254+177+138=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB18A is #014E75. Grayscale: #C3C3C3. Windows color (decimal): -85622 or 9089534. OLE color: 9089534.
HSL color Cylindrical-coordinate representation of color #FEB18A: hue angle of 20.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEB18A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 138 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.00 |
| HSL | 20.17º | 0.98% | 0.77% | - |
| HSV(B) | 20.17º | 0.46% | 1% | - |
| XYZ | 61.18 | 54.35 | 31.31 | - |
| YUV | 195.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 138 | 0 | 0.30 | 0.46 | 0.00 | 20.17 | 0.98 | 0.77 |
| Hex | FE | B1 | 8A | 0 | 1E | 2E | 0 | 14 | 62 | 4D |
| Octal | 376 | 261 | 212 | 0 | 36 | 56 | 0 | 24 | 142 | 115 |
| Binary | 11111110 | 10110001 | 10001010 | 0 | 11110 | 101110 | 0 | 10100 | 1100010 | 1001101 |
Color Harmonies of #FEB18A
Complementary color
Monochromatic Colors of #FEB18A
Black with #FEB18A
Text Example
Text Example
White with #FEB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB18A; }
p { color: rgb(254,177,138); }
H1.HeaderClassName
{
color: #FEB18A;
}
.AnyTagClassName
{
color: #FEB18A;
}
</style>
background-color css
<style>
a { background-color: #FEB18A; }
a { background-color: rgb(254,177,138); }
div.DivClassName
{
background-color: #FEB18A;
}
.BgClassName
{
background-color: #FEB18A;
}
</style>
border-color css
<style>
span { border-color: #FEB18A; }
span { border-color: rgb(254,177,138); }
td.TdClassName
{
border-color: #FEB18A;
}
.TagClassName
{
border-color: #FEB18A;
}
</style>