Shades of Mandys Pink #FDB28B
Tints of Mandys Pink #FDB28B
RGB
CMYK
RGB Variations
Color information
#FDB28B (or 0xFDB28B) is known color: Mandys Pink. HEX triplet: FD, B2 and 8B. RGB value is (253,178,139). Sum of RGB (Red+Green+Blue) = 253+178+139=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB28B is #024D74. Grayscale: #C4C4C4. Windows color (decimal): -150901 or 9155325. OLE color: 9155325.
HSL color Cylindrical-coordinate representation of color #FDB28B: hue angle of 20.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB28B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 139 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.01 |
| HSL | 20.53º | 0.97% | 0.77% | - |
| HSV(B) | 20.53º | 0.45% | 0.99% | - |
| XYZ | 61.09 | 54.59 | 31.74 | - |
| YUV | 195.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 139 | 0 | 0.30 | 0.45 | 0.01 | 20.53 | 0.97 | 0.77 |
| Hex | FD | B2 | 8B | 0 | 1E | 2D | 1 | 15 | 61 | 4D |
| Octal | 375 | 262 | 213 | 0 | 36 | 55 | 1 | 25 | 141 | 115 |
| Binary | 11111101 | 10110010 | 10001011 | 0 | 11110 | 101101 | 1 | 10101 | 1100001 | 1001101 |
Color Harmonies of #FDB28B
Complementary color
Monochromatic Colors of #FDB28B
Black with #FDB28B
Text Example
Text Example
White with #FDB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB28B; }
p { color: rgb(253,178,139); }
H1.HeaderClassName
{
color: #FDB28B;
}
.AnyTagClassName
{
color: #FDB28B;
}
</style>
background-color css
<style>
a { background-color: #FDB28B; }
a { background-color: rgb(253,178,139); }
div.DivClassName
{
background-color: #FDB28B;
}
.BgClassName
{
background-color: #FDB28B;
}
</style>
border-color css
<style>
span { border-color: #FDB28B; }
span { border-color: rgb(253,178,139); }
td.TdClassName
{
border-color: #FDB28B;
}
.TagClassName
{
border-color: #FDB28B;
}
</style>