Shades of Mandys Pink #FFB68B
Tints of Mandys Pink #FFB68B
RGB
CMYK
RGB Variations
Color information
#FFB68B (or 0xFFB68B) is known color: Mandys Pink. HEX triplet: FF, B6 and 8B. RGB value is (255,182,139). Sum of RGB (Red+Green+Blue) = 255+182+139=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB68B is #004974. Grayscale: #C7C7C7. Windows color (decimal): -18805 or 9156351. OLE color: 9156351.
HSL color Cylindrical-coordinate representation of color #FFB68B: hue angle of 22.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFB68B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 139 | - |
| CMYK | 0 | 0.29 | 0.45 | 0 |
| HSL | 22.24º | 1% | 0.77% | - |
| HSV(B) | 22.24º | 0.45% | 1% | - |
| XYZ | 62.63 | 56.58 | 32.05 | - |
| YUV | 198.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 139 | 0 | 0.29 | 0.45 | 0 | 22.24 | 1 | 0.77 |
| Hex | FF | B6 | 8B | 0 | 1D | 2D | 0 | 16 | 64 | 4D |
| Octal | 377 | 266 | 213 | 0 | 35 | 55 | 0 | 26 | 144 | 115 |
| Binary | 11111111 | 10110110 | 10001011 | 0 | 11101 | 101101 | 0 | 10110 | 1100100 | 1001101 |
Color Harmonies of #FFB68B
Complementary color
Monochromatic Colors of #FFB68B
Black with #FFB68B
Text Example
Text Example
White with #FFB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB68B; }
p { color: rgb(255,182,139); }
H1.HeaderClassName
{
color: #FFB68B;
}
.AnyTagClassName
{
color: #FFB68B;
}
</style>
background-color css
<style>
a { background-color: #FFB68B; }
a { background-color: rgb(255,182,139); }
div.DivClassName
{
background-color: #FFB68B;
}
.BgClassName
{
background-color: #FFB68B;
}
</style>
border-color css
<style>
span { border-color: #FFB68B; }
span { border-color: rgb(255,182,139); }
td.TdClassName
{
border-color: #FFB68B;
}
.TagClassName
{
border-color: #FFB68B;
}
</style>