Shades of Mandys Pink #FFB28C
Tints of Mandys Pink #FFB28C
RGB
CMYK
RGB Variations
Color information
#FFB28C (or 0xFFB28C) is known color: Mandys Pink. HEX triplet: FF, B2 and 8C. RGB value is (255,178,140). Sum of RGB (Red+Green+Blue) = 255+178+140=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28C is #004D73. Grayscale: #C4C4C4. Windows color (decimal): -19828 or 9220863. OLE color: 9220863.
HSL color Cylindrical-coordinate representation of color #FFB28C: hue angle of 19.83º 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 #FFB28C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 140 | - |
| CMYK | 0 | 0.30 | 0.45 | 0 |
| HSL | 19.83º | 1% | 0.77% | - |
| HSV(B) | 19.83º | 0.45% | 1% | - |
| XYZ | 61.89 | 54.99 | 32.16 | - |
| YUV | 196.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 140 | 0 | 0.30 | 0.45 | 0 | 19.83 | 1 | 0.77 |
| Hex | FF | B2 | 8C | 0 | 1E | 2D | 0 | 14 | 64 | 4D |
| Octal | 377 | 262 | 214 | 0 | 36 | 55 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10110010 | 10001100 | 0 | 11110 | 101101 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFB28C
Complementary color
Monochromatic Colors of #FFB28C
Black with #FFB28C
Text Example
Text Example
White with #FFB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB28C; }
p { color: rgb(255,178,140); }
H1.HeaderClassName
{
color: #FFB28C;
}
.AnyTagClassName
{
color: #FFB28C;
}
</style>
background-color css
<style>
a { background-color: #FFB28C; }
a { background-color: rgb(255,178,140); }
div.DivClassName
{
background-color: #FFB28C;
}
.BgClassName
{
background-color: #FFB28C;
}
</style>
border-color css
<style>
span { border-color: #FFB28C; }
span { border-color: rgb(255,178,140); }
td.TdClassName
{
border-color: #FFB28C;
}
.TagClassName
{
border-color: #FFB28C;
}
</style>