Shades of Mandys Pink #FBB68B
Tints of Mandys Pink #FBB68B
RGB
CMYK
RGB Variations
Color information
#FBB68B (or 0xFBB68B) is known color: Mandys Pink. HEX triplet: FB, B6 and 8B. RGB value is (251,182,139). Sum of RGB (Red+Green+Blue) = 251+182+139=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB68B is #044974. Grayscale: #C5C5C5. Windows color (decimal): -280949 or 9156347. OLE color: 9156347.
HSL color Cylindrical-coordinate representation of color #FBB68B: hue angle of 23.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBB68B is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 139 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.02 |
| HSL | 23.04º | 0.93% | 0.76% | - |
| HSV(B) | 23.04º | 0.45% | 0.98% | - |
| XYZ | 61.17 | 55.83 | 31.98 | - |
| YUV | 197.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 139 | 0 | 0.27 | 0.45 | 0.02 | 23.04 | 0.93 | 0.76 |
| Hex | FB | B6 | 8B | 0 | 1B | 2D | 2 | 17 | 5D | 4C |
| Octal | 373 | 266 | 213 | 0 | 33 | 55 | 2 | 27 | 135 | 114 |
| Binary | 11111011 | 10110110 | 10001011 | 0 | 11011 | 101101 | 10 | 10111 | 1011101 | 1001100 |
Color Harmonies of #FBB68B
Complementary color
Monochromatic Colors of #FBB68B
Black with #FBB68B
Text Example
Text Example
White with #FBB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB68B; }
p { color: rgb(251,182,139); }
H1.HeaderClassName
{
color: #FBB68B;
}
.AnyTagClassName
{
color: #FBB68B;
}
</style>
background-color css
<style>
a { background-color: #FBB68B; }
a { background-color: rgb(251,182,139); }
div.DivClassName
{
background-color: #FBB68B;
}
.BgClassName
{
background-color: #FBB68B;
}
</style>
border-color css
<style>
span { border-color: #FBB68B; }
span { border-color: rgb(251,182,139); }
td.TdClassName
{
border-color: #FBB68B;
}
.TagClassName
{
border-color: #FBB68B;
}
</style>