Shades of Mandys Pink #FFB697
Tints of Mandys Pink #FFB697
RGB
CMYK
RGB Variations
Color information
#FFB697 (or 0xFFB697) is known color: Mandys Pink. HEX triplet: FF, B6 and 97. RGB value is (255,182,151). Sum of RGB (Red+Green+Blue) = 255+182+151=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB697 is #004968. Grayscale: #C8C8C8. Windows color (decimal): -18793 or 9942783. OLE color: 9942783.
HSL color Cylindrical-coordinate representation of color #FFB697: hue angle of 17.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFB697 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 151 | - |
| CMYK | 0 | 0.29 | 0.41 | 0 |
| HSL | 17.88º | 1% | 0.8% | - |
| HSV(B) | 17.88º | 0.41% | 1% | - |
| XYZ | 63.55 | 56.95 | 36.92 | - |
| YUV | 200.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 151 | 0 | 0.29 | 0.41 | 0 | 17.88 | 1 | 0.8 |
| Hex | FF | B6 | 97 | 0 | 1D | 29 | 0 | 12 | 64 | 50 |
| Octal | 377 | 266 | 227 | 0 | 35 | 51 | 0 | 22 | 144 | 120 |
| Binary | 11111111 | 10110110 | 10010111 | 0 | 11101 | 101001 | 0 | 10010 | 1100100 | 1010000 |
Color Harmonies of #FFB697
Complementary color
Monochromatic Colors of #FFB697
Black with #FFB697
Text Example
Text Example
White with #FFB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB697; }
p { color: rgb(255,182,151); }
H1.HeaderClassName
{
color: #FFB697;
}
.AnyTagClassName
{
color: #FFB697;
}
</style>
background-color css
<style>
a { background-color: #FFB697; }
a { background-color: rgb(255,182,151); }
div.DivClassName
{
background-color: #FFB697;
}
.BgClassName
{
background-color: #FFB697;
}
</style>
border-color css
<style>
span { border-color: #FFB697; }
span { border-color: rgb(255,182,151); }
td.TdClassName
{
border-color: #FFB697;
}
.TagClassName
{
border-color: #FFB697;
}
</style>