Shades of Mandys Pink #FDB192
Tints of Mandys Pink #FDB192
RGB
CMYK
RGB Variations
Color information
#FDB192 (or 0xFDB192) is known color: Mandys Pink. HEX triplet: FD, B1 and 92. RGB value is (253,177,146). Sum of RGB (Red+Green+Blue) = 253+177+146=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB192 is #024E6D. Grayscale: #C4C4C4. Windows color (decimal): -151150 or 9613821. OLE color: 9613821.
HSL color Cylindrical-coordinate representation of color #FDB192: hue angle of 17.38º 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 #FDB192 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 146 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.01 |
| HSL | 17.38º | 0.96% | 0.78% | - |
| HSV(B) | 17.38º | 0.42% | 0.99% | - |
| XYZ | 61.42 | 54.4 | 34.46 | - |
| YUV | 196.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 146 | 0 | 0.30 | 0.42 | 0.01 | 17.38 | 0.96 | 0.78 |
| Hex | FD | B1 | 92 | 0 | 1E | 2A | 1 | 11 | 60 | 4E |
| Octal | 375 | 261 | 222 | 0 | 36 | 52 | 1 | 21 | 140 | 116 |
| Binary | 11111101 | 10110001 | 10010010 | 0 | 11110 | 101010 | 1 | 10001 | 1100000 | 1001110 |
Color Harmonies of #FDB192
Complementary color
Monochromatic Colors of #FDB192
Black with #FDB192
Text Example
Text Example
White with #FDB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB192; }
p { color: rgb(253,177,146); }
H1.HeaderClassName
{
color: #FDB192;
}
.AnyTagClassName
{
color: #FDB192;
}
</style>
background-color css
<style>
a { background-color: #FDB192; }
a { background-color: rgb(253,177,146); }
div.DivClassName
{
background-color: #FDB192;
}
.BgClassName
{
background-color: #FDB192;
}
</style>
border-color css
<style>
span { border-color: #FDB192; }
span { border-color: rgb(253,177,146); }
td.TdClassName
{
border-color: #FDB192;
}
.TagClassName
{
border-color: #FDB192;
}
</style>