Shades of Mandys Pink #FFB28A
Tints of Mandys Pink #FFB28A
RGB
CMYK
RGB Variations
Color information
#FFB28A (or 0xFFB28A) is known color: Mandys Pink. HEX triplet: FF, B2 and 8A. RGB value is (255,178,138). Sum of RGB (Red+Green+Blue) = 255+178+138=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28A is #004D75. Grayscale: #C4C4C4. Windows color (decimal): -19830 or 9089791. OLE color: 9089791.
HSL color Cylindrical-coordinate representation of color #FFB28A: hue angle of 20.51º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFB28A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 138 | - |
| CMYK | 0 | 0.30 | 0.46 | 0 |
| HSL | 20.51º | 1% | 0.77% | - |
| HSV(B) | 20.51º | 0.46% | 1% | - |
| XYZ | 61.75 | 54.94 | 31.39 | - |
| YUV | 196.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 138 | 0 | 0.30 | 0.46 | 0 | 20.51 | 1 | 0.77 |
| Hex | FF | B2 | 8A | 0 | 1E | 2E | 0 | 15 | 64 | 4D |
| Octal | 377 | 262 | 212 | 0 | 36 | 56 | 0 | 25 | 144 | 115 |
| Binary | 11111111 | 10110010 | 10001010 | 0 | 11110 | 101110 | 0 | 10101 | 1100100 | 1001101 |
Color Harmonies of #FFB28A
Complementary color
Monochromatic Colors of #FFB28A
Black with #FFB28A
Text Example
Text Example
White with #FFB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB28A; }
p { color: rgb(255,178,138); }
H1.HeaderClassName
{
color: #FFB28A;
}
.AnyTagClassName
{
color: #FFB28A;
}
</style>
background-color css
<style>
a { background-color: #FFB28A; }
a { background-color: rgb(255,178,138); }
div.DivClassName
{
background-color: #FFB28A;
}
.BgClassName
{
background-color: #FFB28A;
}
</style>
border-color css
<style>
span { border-color: #FFB28A; }
span { border-color: rgb(255,178,138); }
td.TdClassName
{
border-color: #FFB28A;
}
.TagClassName
{
border-color: #FFB28A;
}
</style>