Shades of Mandys Pink #FFB28D
Tints of Mandys Pink #FFB28D
RGB
CMYK
RGB Variations
Color information
#FFB28D (or 0xFFB28D) is known color: Mandys Pink. HEX triplet: FF, B2 and 8D. RGB value is (255,178,141). Sum of RGB (Red+Green+Blue) = 255+178+141=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28D is #004D72. Grayscale: #C5C5C5. Windows color (decimal): -19827 or 9286399. OLE color: 9286399.
HSL color Cylindrical-coordinate representation of color #FFB28D: hue angle of 19.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB28D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 141 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 19.47º | 1% | 0.78% | - |
| HSV(B) | 19.47º | 0.45% | 1% | - |
| XYZ | 61.97 | 55.02 | 32.55 | - |
| YUV | 196.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 141 | 0 | 0.30 | 0.45 | 0 | 19.47 | 1 | 0.78 |
| Hex | FF | B2 | 8D | 0 | 1E | 2D | 0 | 13 | 64 | 4E |
| Octal | 377 | 262 | 215 | 0 | 36 | 55 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110010 | 10001101 | 0 | 11110 | 101101 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB28D
Complementary color
Monochromatic Colors of #FFB28D
Black with #FFB28D
Text Example
Text Example
White with #FFB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB28D; }
p { color: rgb(255,178,141); }
H1.HeaderClassName
{
color: #FFB28D;
}
.AnyTagClassName
{
color: #FFB28D;
}
</style>
background-color css
<style>
a { background-color: #FFB28D; }
a { background-color: rgb(255,178,141); }
div.DivClassName
{
background-color: #FFB28D;
}
.BgClassName
{
background-color: #FFB28D;
}
</style>
border-color css
<style>
span { border-color: #FFB28D; }
span { border-color: rgb(255,178,141); }
td.TdClassName
{
border-color: #FFB28D;
}
.TagClassName
{
border-color: #FFB28D;
}
</style>