Shades of Mandys Pink #FFB68E
Tints of Mandys Pink #FFB68E
RGB
CMYK
RGB Variations
Color information
#FFB68E (or 0xFFB68E) is known color: Mandys Pink. HEX triplet: FF, B6 and 8E. RGB value is (255,182,142). Sum of RGB (Red+Green+Blue) = 255+182+142=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB68E is #004971. Grayscale: #C7C7C7. Windows color (decimal): -18802 or 9352959. OLE color: 9352959.
HSL color Cylindrical-coordinate representation of color #FFB68E: hue angle of 21.24º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB68E is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 142 | - |
| CMYK | 0 | 0.29 | 0.44 | 0 |
| HSL | 21.24º | 1% | 0.78% | - |
| HSV(B) | 21.24º | 0.44% | 1% | - |
| XYZ | 62.85 | 56.67 | 33.22 | - |
| YUV | 199.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 142 | 0 | 0.29 | 0.44 | 0 | 21.24 | 1 | 0.78 |
| Hex | FF | B6 | 8E | 0 | 1D | 2C | 0 | 15 | 64 | 4E |
| Octal | 377 | 266 | 216 | 0 | 35 | 54 | 0 | 25 | 144 | 116 |
| Binary | 11111111 | 10110110 | 10001110 | 0 | 11101 | 101100 | 0 | 10101 | 1100100 | 1001110 |
Color Harmonies of #FFB68E
Complementary color
Monochromatic Colors of #FFB68E
Black with #FFB68E
Text Example
Text Example
White with #FFB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB68E; }
p { color: rgb(255,182,142); }
H1.HeaderClassName
{
color: #FFB68E;
}
.AnyTagClassName
{
color: #FFB68E;
}
</style>
background-color css
<style>
a { background-color: #FFB68E; }
a { background-color: rgb(255,182,142); }
div.DivClassName
{
background-color: #FFB68E;
}
.BgClassName
{
background-color: #FFB68E;
}
</style>
border-color css
<style>
span { border-color: #FFB68E; }
span { border-color: rgb(255,182,142); }
td.TdClassName
{
border-color: #FFB68E;
}
.TagClassName
{
border-color: #FFB68E;
}
</style>