Shades of Mandys Pink #FDB892
Tints of Mandys Pink #FDB892
RGB
CMYK
RGB Variations
Color information
#FDB892 (or 0xFDB892) is known color: Mandys Pink. HEX triplet: FD, B8 and 92. RGB value is (253,184,146). Sum of RGB (Red+Green+Blue) = 253+184+146=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB892 is #02476D. Grayscale: #C8C8C8. Windows color (decimal): -149358 or 9615613. OLE color: 9615613.
HSL color Cylindrical-coordinate representation of color #FDB892: hue angle of 21.31º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDB892 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 146 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.01 |
| HSL | 21.31º | 0.96% | 0.78% | - |
| HSV(B) | 21.31º | 0.42% | 0.99% | - |
| XYZ | 62.84 | 57.24 | 34.93 | - |
| YUV | 200.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 146 | 0 | 0.27 | 0.42 | 0.01 | 21.31 | 0.96 | 0.78 |
| Hex | FD | B8 | 92 | 0 | 1B | 2A | 1 | 15 | 60 | 4E |
| Octal | 375 | 270 | 222 | 0 | 33 | 52 | 1 | 25 | 140 | 116 |
| Binary | 11111101 | 10111000 | 10010010 | 0 | 11011 | 101010 | 1 | 10101 | 1100000 | 1001110 |
Color Harmonies of #FDB892
Complementary color
Monochromatic Colors of #FDB892
Black with #FDB892
Text Example
Text Example
White with #FDB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB892; }
p { color: rgb(253,184,146); }
H1.HeaderClassName
{
color: #FDB892;
}
.AnyTagClassName
{
color: #FDB892;
}
</style>
background-color css
<style>
a { background-color: #FDB892; }
a { background-color: rgb(253,184,146); }
div.DivClassName
{
background-color: #FDB892;
}
.BgClassName
{
background-color: #FDB892;
}
</style>
border-color css
<style>
span { border-color: #FDB892; }
span { border-color: rgb(253,184,146); }
td.TdClassName
{
border-color: #FDB892;
}
.TagClassName
{
border-color: #FDB892;
}
</style>