Shades of Mandys Pink #FDB28D
Tints of Mandys Pink #FDB28D
RGB
CMYK
RGB Variations
Color information
#FDB28D (or 0xFDB28D) is known color: Mandys Pink. HEX triplet: FD, B2 and 8D. RGB value is (253,178,141). Sum of RGB (Red+Green+Blue) = 253+178+141=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB28D is #024D72. Grayscale: #C4C4C4. Windows color (decimal): -150899 or 9286397. OLE color: 9286397.
HSL color Cylindrical-coordinate representation of color #FDB28D: hue angle of 19.82º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDB28D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.01 |
| HSL | 19.82º | 0.97% | 0.77% | - |
| HSV(B) | 19.82º | 0.44% | 0.99% | - |
| XYZ | 61.24 | 54.65 | 32.52 | - |
| YUV | 196.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 141 | 0 | 0.30 | 0.44 | 0.01 | 19.82 | 0.97 | 0.77 |
| Hex | FD | B2 | 8D | 0 | 1E | 2C | 1 | 14 | 61 | 4D |
| Octal | 375 | 262 | 215 | 0 | 36 | 54 | 1 | 24 | 141 | 115 |
| Binary | 11111101 | 10110010 | 10001101 | 0 | 11110 | 101100 | 1 | 10100 | 1100001 | 1001101 |
Color Harmonies of #FDB28D
Complementary color
Monochromatic Colors of #FDB28D
Black with #FDB28D
Text Example
Text Example
White with #FDB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB28D; }
p { color: rgb(253,178,141); }
H1.HeaderClassName
{
color: #FDB28D;
}
.AnyTagClassName
{
color: #FDB28D;
}
</style>
background-color css
<style>
a { background-color: #FDB28D; }
a { background-color: rgb(253,178,141); }
div.DivClassName
{
background-color: #FDB28D;
}
.BgClassName
{
background-color: #FDB28D;
}
</style>
border-color css
<style>
span { border-color: #FDB28D; }
span { border-color: rgb(253,178,141); }
td.TdClassName
{
border-color: #FDB28D;
}
.TagClassName
{
border-color: #FDB28D;
}
</style>