Shades of Mandys Pink #FFB68C
Tints of Mandys Pink #FFB68C
RGB
CMYK
RGB Variations
Color information
#FFB68C (or 0xFFB68C) is known color: Mandys Pink. HEX triplet: FF, B6 and 8C. RGB value is (255,182,140). Sum of RGB (Red+Green+Blue) = 255+182+140=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB68C is #004973. Grayscale: #C7C7C7. Windows color (decimal): -18804 or 9221887. OLE color: 9221887.
HSL color Cylindrical-coordinate representation of color #FFB68C: hue angle of 21.91º 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 #FFB68C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 140 | - |
| CMYK | 0 | 0.29 | 0.45 | 0 |
| HSL | 21.91º | 1% | 0.77% | - |
| HSV(B) | 21.91º | 0.45% | 1% | - |
| XYZ | 62.7 | 56.61 | 32.43 | - |
| YUV | 199.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 140 | 0 | 0.29 | 0.45 | 0 | 21.91 | 1 | 0.77 |
| Hex | FF | B6 | 8C | 0 | 1D | 2D | 0 | 16 | 64 | 4D |
| Octal | 377 | 266 | 214 | 0 | 35 | 55 | 0 | 26 | 144 | 115 |
| Binary | 11111111 | 10110110 | 10001100 | 0 | 11101 | 101101 | 0 | 10110 | 1100100 | 1001101 |
Color Harmonies of #FFB68C
Complementary color
Monochromatic Colors of #FFB68C
Black with #FFB68C
Text Example
Text Example
White with #FFB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB68C; }
p { color: rgb(255,182,140); }
H1.HeaderClassName
{
color: #FFB68C;
}
.AnyTagClassName
{
color: #FFB68C;
}
</style>
background-color css
<style>
a { background-color: #FFB68C; }
a { background-color: rgb(255,182,140); }
div.DivClassName
{
background-color: #FFB68C;
}
.BgClassName
{
background-color: #FFB68C;
}
</style>
border-color css
<style>
span { border-color: #FFB68C; }
span { border-color: rgb(255,182,140); }
td.TdClassName
{
border-color: #FFB68C;
}
.TagClassName
{
border-color: #FFB68C;
}
</style>