Shades of Mandys Pink #FEB690
Tints of Mandys Pink #FEB690
RGB
CMYK
RGB Variations
Color information
#FEB690 (or 0xFEB690) is known color: Mandys Pink. HEX triplet: FE, B6 and 90. RGB value is (254,182,144). Sum of RGB (Red+Green+Blue) = 254+182+144=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB690 is #01496F. Grayscale: #C7C7C7. Windows color (decimal): -84336 or 9484030. OLE color: 9484030.
HSL color Cylindrical-coordinate representation of color #FEB690: hue angle of 20.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEB690 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 144 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.00 |
| HSL | 20.73º | 0.98% | 0.78% | - |
| HSV(B) | 20.73º | 0.43% | 1% | - |
| XYZ | 62.64 | 56.54 | 34 | - |
| YUV | 199.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 144 | 0 | 0.28 | 0.43 | 0.00 | 20.73 | 0.98 | 0.78 |
| Hex | FE | B6 | 90 | 0 | 1C | 2B | 0 | 15 | 62 | 4E |
| Octal | 376 | 266 | 220 | 0 | 34 | 53 | 0 | 25 | 142 | 116 |
| Binary | 11111110 | 10110110 | 10010000 | 0 | 11100 | 101011 | 0 | 10101 | 1100010 | 1001110 |
Color Harmonies of #FEB690
Complementary color
Monochromatic Colors of #FEB690
Black with #FEB690
Text Example
Text Example
White with #FEB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB690; }
p { color: rgb(254,182,144); }
H1.HeaderClassName
{
color: #FEB690;
}
.AnyTagClassName
{
color: #FEB690;
}
</style>
background-color css
<style>
a { background-color: #FEB690; }
a { background-color: rgb(254,182,144); }
div.DivClassName
{
background-color: #FEB690;
}
.BgClassName
{
background-color: #FEB690;
}
</style>
border-color css
<style>
span { border-color: #FEB690; }
span { border-color: rgb(254,182,144); }
td.TdClassName
{
border-color: #FEB690;
}
.TagClassName
{
border-color: #FEB690;
}
</style>