Shades of Mandys Pink #FBBB8C
Tints of Mandys Pink #FBBB8C
RGB
CMYK
RGB Variations
Color information
#FBBB8C (or 0xFBBB8C) is known color: Mandys Pink. HEX triplet: FB, BB and 8C. RGB value is (251,187,140). Sum of RGB (Red+Green+Blue) = 251+187+140=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBB8C is #044473. Grayscale: #C9C9C9. Windows color (decimal): -279668 or 9223163. OLE color: 9223163.
HSL color Cylindrical-coordinate representation of color #FBBB8C: hue angle of 25.41º 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 #FBBB8C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 140 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.41º | 0.93% | 0.77% | - |
| HSV(B) | 25.41º | 0.44% | 0.98% | - |
| XYZ | 62.29 | 57.94 | 32.71 | - |
| YUV | 200.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 140 | 0 | 0.25 | 0.44 | 0.02 | 25.41 | 0.93 | 0.77 |
| Hex | FB | BB | 8C | 0 | 19 | 2C | 2 | 19 | 5D | 4D |
| Octal | 373 | 273 | 214 | 0 | 31 | 54 | 2 | 31 | 135 | 115 |
| Binary | 11111011 | 10111011 | 10001100 | 0 | 11001 | 101100 | 10 | 11001 | 1011101 | 1001101 |
Color Harmonies of #FBBB8C
Complementary color
Monochromatic Colors of #FBBB8C
Black with #FBBB8C
Text Example
Text Example
White with #FBBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB8C; }
p { color: rgb(251,187,140); }
H1.HeaderClassName
{
color: #FBBB8C;
}
.AnyTagClassName
{
color: #FBBB8C;
}
</style>
background-color css
<style>
a { background-color: #FBBB8C; }
a { background-color: rgb(251,187,140); }
div.DivClassName
{
background-color: #FBBB8C;
}
.BgClassName
{
background-color: #FBBB8C;
}
</style>
border-color css
<style>
span { border-color: #FBBB8C; }
span { border-color: rgb(251,187,140); }
td.TdClassName
{
border-color: #FBBB8C;
}
.TagClassName
{
border-color: #FBBB8C;
}
</style>