Shades of Mandys Pink #FDB492
Tints of Mandys Pink #FDB492
RGB
CMYK
RGB Variations
Color information
#FDB492 (or 0xFDB492) is known color: Mandys Pink. HEX triplet: FD, B4 and 92. RGB value is (253,180,146). Sum of RGB (Red+Green+Blue) = 253+180+146=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB492 is #024B6D. Grayscale: #C6C6C6. Windows color (decimal): -150382 or 9614589. OLE color: 9614589.
HSL color Cylindrical-coordinate representation of color #FDB492: hue angle of 19.07º 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 #FDB492 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 146 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.01 |
| HSL | 19.07º | 0.96% | 0.78% | - |
| HSV(B) | 19.07º | 0.42% | 0.99% | - |
| XYZ | 62.02 | 55.6 | 34.66 | - |
| YUV | 197.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 146 | 0 | 0.29 | 0.42 | 0.01 | 19.07 | 0.96 | 0.78 |
| Hex | FD | B4 | 92 | 0 | 1D | 2A | 1 | 13 | 60 | 4E |
| Octal | 375 | 264 | 222 | 0 | 35 | 52 | 1 | 23 | 140 | 116 |
| Binary | 11111101 | 10110100 | 10010010 | 0 | 11101 | 101010 | 1 | 10011 | 1100000 | 1001110 |
Color Harmonies of #FDB492
Complementary color
Monochromatic Colors of #FDB492
Black with #FDB492
Text Example
Text Example
White with #FDB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB492; }
p { color: rgb(253,180,146); }
H1.HeaderClassName
{
color: #FDB492;
}
.AnyTagClassName
{
color: #FDB492;
}
</style>
background-color css
<style>
a { background-color: #FDB492; }
a { background-color: rgb(253,180,146); }
div.DivClassName
{
background-color: #FDB492;
}
.BgClassName
{
background-color: #FDB492;
}
</style>
border-color css
<style>
span { border-color: #FDB492; }
span { border-color: rgb(253,180,146); }
td.TdClassName
{
border-color: #FDB492;
}
.TagClassName
{
border-color: #FDB492;
}
</style>