Shades of Mandys Pink #FBB88F
Tints of Mandys Pink #FBB88F
RGB
CMYK
RGB Variations
Color information
#FBB88F (or 0xFBB88F) is known color: Mandys Pink. HEX triplet: FB, B8 and 8F. RGB value is (251,184,143). Sum of RGB (Red+Green+Blue) = 251+184+143=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB88F is #044770. Grayscale: #C7C7C7. Windows color (decimal): -280433 or 9419003. OLE color: 9419003.
HSL color Cylindrical-coordinate representation of color #FBB88F: hue angle of 22.78º 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 #FBB88F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 143 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.02 |
| HSL | 22.78º | 0.93% | 0.77% | - |
| HSV(B) | 22.78º | 0.43% | 0.98% | - |
| XYZ | 61.88 | 56.77 | 33.68 | - |
| YUV | 199.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 143 | 0 | 0.27 | 0.43 | 0.02 | 22.78 | 0.93 | 0.77 |
| Hex | FB | B8 | 8F | 0 | 1B | 2B | 2 | 17 | 5D | 4D |
| Octal | 373 | 270 | 217 | 0 | 33 | 53 | 2 | 27 | 135 | 115 |
| Binary | 11111011 | 10111000 | 10001111 | 0 | 11011 | 101011 | 10 | 10111 | 1011101 | 1001101 |
Color Harmonies of #FBB88F
Complementary color
Monochromatic Colors of #FBB88F
Black with #FBB88F
Text Example
Text Example
White with #FBB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB88F; }
p { color: rgb(251,184,143); }
H1.HeaderClassName
{
color: #FBB88F;
}
.AnyTagClassName
{
color: #FBB88F;
}
</style>
background-color css
<style>
a { background-color: #FBB88F; }
a { background-color: rgb(251,184,143); }
div.DivClassName
{
background-color: #FBB88F;
}
.BgClassName
{
background-color: #FBB88F;
}
</style>
border-color css
<style>
span { border-color: #FBB88F; }
span { border-color: rgb(251,184,143); }
td.TdClassName
{
border-color: #FBB88F;
}
.TagClassName
{
border-color: #FBB88F;
}
</style>