Shades of Mandys Pink #FBB28C
Tints of Mandys Pink #FBB28C
RGB
CMYK
RGB Variations
Color information
#FBB28C (or 0xFBB28C) is known color: Mandys Pink. HEX triplet: FB, B2 and 8C. RGB value is (251,178,140). Sum of RGB (Red+Green+Blue) = 251+178+140=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB28C is #044D73. Grayscale: #C3C3C3. Windows color (decimal): -281972 or 9220859. OLE color: 9220859.
HSL color Cylindrical-coordinate representation of color #FBB28C: hue angle of 20.54º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBB28C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 140 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.02 |
| HSL | 20.54º | 0.93% | 0.77% | - |
| HSV(B) | 20.54º | 0.44% | 0.98% | - |
| XYZ | 60.44 | 54.24 | 32.1 | - |
| YUV | 195.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 140 | 0 | 0.29 | 0.44 | 0.02 | 20.54 | 0.93 | 0.77 |
| Hex | FB | B2 | 8C | 0 | 1D | 2C | 2 | 15 | 5D | 4D |
| Octal | 373 | 262 | 214 | 0 | 35 | 54 | 2 | 25 | 135 | 115 |
| Binary | 11111011 | 10110010 | 10001100 | 0 | 11101 | 101100 | 10 | 10101 | 1011101 | 1001101 |
Color Harmonies of #FBB28C
Complementary color
Monochromatic Colors of #FBB28C
Black with #FBB28C
Text Example
Text Example
White with #FBB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB28C; }
p { color: rgb(251,178,140); }
H1.HeaderClassName
{
color: #FBB28C;
}
.AnyTagClassName
{
color: #FBB28C;
}
</style>
background-color css
<style>
a { background-color: #FBB28C; }
a { background-color: rgb(251,178,140); }
div.DivClassName
{
background-color: #FBB28C;
}
.BgClassName
{
background-color: #FBB28C;
}
</style>
border-color css
<style>
span { border-color: #FBB28C; }
span { border-color: rgb(251,178,140); }
td.TdClassName
{
border-color: #FBB28C;
}
.TagClassName
{
border-color: #FBB28C;
}
</style>