Shades of Mandys Pink #FBBC8D
Tints of Mandys Pink #FBBC8D
RGB
CMYK
RGB Variations
Color information
#FBBC8D (or 0xFBBC8D) is known color: Mandys Pink. HEX triplet: FB, BC and 8D. RGB value is (251,188,141). Sum of RGB (Red+Green+Blue) = 251+188+141=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBC8D is #044372. Grayscale: #C9C9C9. Windows color (decimal): -279411 or 9288955. OLE color: 9288955.
HSL color Cylindrical-coordinate representation of color #FBBC8D: hue angle of 25.64º 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 #FBBC8D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 141 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.64º | 0.93% | 0.77% | - |
| HSV(B) | 25.64º | 0.44% | 0.98% | - |
| XYZ | 62.57 | 58.4 | 33.17 | - |
| YUV | 201.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 141 | 0 | 0.25 | 0.44 | 0.02 | 25.64 | 0.93 | 0.77 |
| Hex | FB | BC | 8D | 0 | 19 | 2C | 2 | 1A | 5D | 4D |
| Octal | 373 | 274 | 215 | 0 | 31 | 54 | 2 | 32 | 135 | 115 |
| Binary | 11111011 | 10111100 | 10001101 | 0 | 11001 | 101100 | 10 | 11010 | 1011101 | 1001101 |
Color Harmonies of #FBBC8D
Complementary color
Monochromatic Colors of #FBBC8D
Black with #FBBC8D
Text Example
Text Example
White with #FBBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC8D; }
p { color: rgb(251,188,141); }
H1.HeaderClassName
{
color: #FBBC8D;
}
.AnyTagClassName
{
color: #FBBC8D;
}
</style>
background-color css
<style>
a { background-color: #FBBC8D; }
a { background-color: rgb(251,188,141); }
div.DivClassName
{
background-color: #FBBC8D;
}
.BgClassName
{
background-color: #FBBC8D;
}
</style>
border-color css
<style>
span { border-color: #FBBC8D; }
span { border-color: rgb(251,188,141); }
td.TdClassName
{
border-color: #FBBC8D;
}
.TagClassName
{
border-color: #FBBC8D;
}
</style>