Shades of Mandys Pink #FFB28B
Tints of Mandys Pink #FFB28B
RGB
CMYK
RGB Variations
Color information
#FFB28B (or 0xFFB28B) is known color: Mandys Pink. HEX triplet: FF, B2 and 8B. RGB value is (255,178,139). Sum of RGB (Red+Green+Blue) = 255+178+139=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28B is #004D74. Grayscale: #C4C4C4. Windows color (decimal): -19829 or 9155327. OLE color: 9155327.
HSL color Cylindrical-coordinate representation of color #FFB28B: hue angle of 20.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB28B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 139 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 20.17º | 1% | 0.77% | - |
| HSV(B) | 20.17º | 0.45% | 1% | - |
| XYZ | 61.82 | 54.96 | 31.78 | - |
| YUV | 196.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 139 | 0 | 0.30 | 0.45 | 0 | 20.17 | 1 | 0.77 |
| Hex | FF | B2 | 8B | 0 | 1E | 2D | 0 | 14 | 64 | 4D |
| Octal | 377 | 262 | 213 | 0 | 36 | 55 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10110010 | 10001011 | 0 | 11110 | 101101 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFB28B
Complementary color
Monochromatic Colors of #FFB28B
Black with #FFB28B
Text Example
Text Example
White with #FFB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB28B; }
p { color: rgb(255,178,139); }
H1.HeaderClassName
{
color: #FFB28B;
}
.AnyTagClassName
{
color: #FFB28B;
}
</style>
background-color css
<style>
a { background-color: #FFB28B; }
a { background-color: rgb(255,178,139); }
div.DivClassName
{
background-color: #FFB28B;
}
.BgClassName
{
background-color: #FFB28B;
}
</style>
border-color css
<style>
span { border-color: #FFB28B; }
span { border-color: rgb(255,178,139); }
td.TdClassName
{
border-color: #FFB28B;
}
.TagClassName
{
border-color: #FFB28B;
}
</style>