Shades of Mandys Pink #FBBC8F
Tints of Mandys Pink #FBBC8F
RGB
CMYK
RGB Variations
Color information
#FBBC8F (or 0xFBBC8F) is known color: Mandys Pink. HEX triplet: FB, BC and 8F. RGB value is (251,188,143). Sum of RGB (Red+Green+Blue) = 251+188+143=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBC8F is #044370. Grayscale: #C9C9C9. Windows color (decimal): -279409 or 9420027. OLE color: 9420027.
HSL color Cylindrical-coordinate representation of color #FBBC8F: hue angle of 25º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBBC8F is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 143 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.02 |
| HSL | 25º | 0.93% | 0.77% | - |
| HSV(B) | 25º | 0.43% | 0.98% | - |
| XYZ | 62.72 | 58.46 | 33.96 | - |
| YUV | 201.71 | 94.87 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 143 | 0 | 0.25 | 0.43 | 0.02 | 25 | 0.93 | 0.77 |
| Hex | FB | BC | 8F | 0 | 19 | 2B | 2 | 19 | 5D | 4D |
| Octal | 373 | 274 | 217 | 0 | 31 | 53 | 2 | 31 | 135 | 115 |
| Binary | 11111011 | 10111100 | 10001111 | 0 | 11001 | 101011 | 10 | 11001 | 1011101 | 1001101 |
Color Harmonies of #FBBC8F
Complementary color
Monochromatic Colors of #FBBC8F
Black with #FBBC8F
Text Example
Text Example
White with #FBBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC8F; }
p { color: rgb(251,188,143); }
H1.HeaderClassName
{
color: #FBBC8F;
}
.AnyTagClassName
{
color: #FBBC8F;
}
</style>
background-color css
<style>
a { background-color: #FBBC8F; }
a { background-color: rgb(251,188,143); }
div.DivClassName
{
background-color: #FBBC8F;
}
.BgClassName
{
background-color: #FBBC8F;
}
</style>
border-color css
<style>
span { border-color: #FBBC8F; }
span { border-color: rgb(251,188,143); }
td.TdClassName
{
border-color: #FBBC8F;
}
.TagClassName
{
border-color: #FBBC8F;
}
</style>