Shades of Mandys Pink #FFB28E
Tints of Mandys Pink #FFB28E
RGB
CMYK
RGB Variations
Color information
#FFB28E (or 0xFFB28E) is known color: Mandys Pink. HEX triplet: FF, B2 and 8E. RGB value is (255,178,142). Sum of RGB (Red+Green+Blue) = 255+178+142=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB28E is #004D71. Grayscale: #C5C5C5. Windows color (decimal): -19826 or 9351935. OLE color: 9351935.
HSL color Cylindrical-coordinate representation of color #FFB28E: hue angle of 19.12º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB28E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 142 | - |
| CMYK | 0 | 0.30 | 0.44 | 0 |
| HSL | 19.12º | 1% | 0.78% | - |
| HSV(B) | 19.12º | 0.44% | 1% | - |
| XYZ | 62.04 | 55.05 | 32.95 | - |
| YUV | 196.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 142 | 0 | 0.30 | 0.44 | 0 | 19.12 | 1 | 0.78 |
| Hex | FF | B2 | 8E | 0 | 1E | 2C | 0 | 13 | 64 | 4E |
| Octal | 377 | 262 | 216 | 0 | 36 | 54 | 0 | 23 | 144 | 116 |
| Binary | 11111111 | 10110010 | 10001110 | 0 | 11110 | 101100 | 0 | 10011 | 1100100 | 1001110 |
Color Harmonies of #FFB28E
Complementary color
Monochromatic Colors of #FFB28E
Black with #FFB28E
Text Example
Text Example
White with #FFB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB28E; }
p { color: rgb(255,178,142); }
H1.HeaderClassName
{
color: #FFB28E;
}
.AnyTagClassName
{
color: #FFB28E;
}
</style>
background-color css
<style>
a { background-color: #FFB28E; }
a { background-color: rgb(255,178,142); }
div.DivClassName
{
background-color: #FFB28E;
}
.BgClassName
{
background-color: #FFB28E;
}
</style>
border-color css
<style>
span { border-color: #FFB28E; }
span { border-color: rgb(255,178,142); }
td.TdClassName
{
border-color: #FFB28E;
}
.TagClassName
{
border-color: #FFB28E;
}
</style>