Shades of Mandys Pink #FEB68E
Tints of Mandys Pink #FEB68E
RGB
CMYK
RGB Variations
Color information
#FEB68E (or 0xFEB68E) is known color: Mandys Pink. HEX triplet: FE, B6 and 8E. RGB value is (254,182,142). Sum of RGB (Red+Green+Blue) = 254+182+142=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB68E is #014971. Grayscale: #C7C7C7. Windows color (decimal): -84338 or 9352958. OLE color: 9352958.
HSL color Cylindrical-coordinate representation of color #FEB68E: hue angle of 21.43º 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 #FEB68E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 142 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.00 |
| HSL | 21.43º | 0.98% | 0.78% | - |
| HSV(B) | 21.43º | 0.44% | 1% | - |
| XYZ | 62.48 | 56.48 | 33.2 | - |
| YUV | 198.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 142 | 0 | 0.28 | 0.44 | 0.00 | 21.43 | 0.98 | 0.78 |
| Hex | FE | B6 | 8E | 0 | 1C | 2C | 0 | 15 | 62 | 4E |
| Octal | 376 | 266 | 216 | 0 | 34 | 54 | 0 | 25 | 142 | 116 |
| Binary | 11111110 | 10110110 | 10001110 | 0 | 11100 | 101100 | 0 | 10101 | 1100010 | 1001110 |
Color Harmonies of #FEB68E
Complementary color
Monochromatic Colors of #FEB68E
Black with #FEB68E
Text Example
Text Example
White with #FEB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB68E; }
p { color: rgb(254,182,142); }
H1.HeaderClassName
{
color: #FEB68E;
}
.AnyTagClassName
{
color: #FEB68E;
}
</style>
background-color css
<style>
a { background-color: #FEB68E; }
a { background-color: rgb(254,182,142); }
div.DivClassName
{
background-color: #FEB68E;
}
.BgClassName
{
background-color: #FEB68E;
}
</style>
border-color css
<style>
span { border-color: #FEB68E; }
span { border-color: rgb(254,182,142); }
td.TdClassName
{
border-color: #FEB68E;
}
.TagClassName
{
border-color: #FEB68E;
}
</style>