Shades of Mandys Pink #FFB699
Tints of Mandys Pink #FFB699
RGB
CMYK
RGB Variations
Color information
#FFB699 (or 0xFFB699) is known color: Mandys Pink. HEX triplet: FF, B6 and 99. RGB value is (255,182,153). Sum of RGB (Red+Green+Blue) = 255+182+153=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB699 is #004966. Grayscale: #C8C8C8. Windows color (decimal): -18791 or 10073855. OLE color: 10073855.
HSL color Cylindrical-coordinate representation of color #FFB699: hue angle of 17.06º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB699 is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 153 | - |
| CMYK | 0 | 0.29 | 0.4 | 0 |
| HSL | 17.06º | 1% | 0.8% | - |
| HSV(B) | 17.06º | 0.4% | 1% | - |
| XYZ | 63.72 | 57.02 | 37.78 | - |
| YUV | 200.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 153 | 0 | 0.29 | 0.4 | 0 | 17.06 | 1 | 0.8 |
| Hex | FF | B6 | 99 | 0 | 1D | 28 | 0 | 11 | 64 | 50 |
| Octal | 377 | 266 | 231 | 0 | 35 | 50 | 0 | 21 | 144 | 120 |
| Binary | 11111111 | 10110110 | 10011001 | 0 | 11101 | 101000 | 0 | 10001 | 1100100 | 1010000 |
Color Harmonies of #FFB699
Complementary color
Monochromatic Colors of #FFB699
Black with #FFB699
Text Example
Text Example
White with #FFB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB699; }
p { color: rgb(255,182,153); }
H1.HeaderClassName
{
color: #FFB699;
}
.AnyTagClassName
{
color: #FFB699;
}
</style>
background-color css
<style>
a { background-color: #FFB699; }
a { background-color: rgb(255,182,153); }
div.DivClassName
{
background-color: #FFB699;
}
.BgClassName
{
background-color: #FFB699;
}
</style>
border-color css
<style>
span { border-color: #FFB699; }
span { border-color: rgb(255,182,153); }
td.TdClassName
{
border-color: #FFB699;
}
.TagClassName
{
border-color: #FFB699;
}
</style>