Shades of Mandys Pink #FFB397
Tints of Mandys Pink #FFB397
RGB
CMYK
RGB Variations
Color information
#FFB397 (or 0xFFB397) is known color: Mandys Pink. HEX triplet: FF, B3 and 97. RGB value is (255,179,151). Sum of RGB (Red+Green+Blue) = 255+179+151=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB397 is #004C68. Grayscale: #C6C6C6. Windows color (decimal): -19561 or 9942015. OLE color: 9942015.
HSL color Cylindrical-coordinate representation of color #FFB397: hue angle of 16.15º 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 #FFB397 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 151 | - |
| CMYK | 0 | 0.30 | 0.41 | 0 |
| HSL | 16.15º | 1% | 0.8% | - |
| HSV(B) | 16.15º | 0.41% | 1% | - |
| XYZ | 62.95 | 55.73 | 36.72 | - |
| YUV | 198.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 151 | 0 | 0.30 | 0.41 | 0 | 16.15 | 1 | 0.8 |
| Hex | FF | B3 | 97 | 0 | 1E | 29 | 0 | 10 | 64 | 50 |
| Octal | 377 | 263 | 227 | 0 | 36 | 51 | 0 | 20 | 144 | 120 |
| Binary | 11111111 | 10110011 | 10010111 | 0 | 11110 | 101001 | 0 | 10000 | 1100100 | 1010000 |
Color Harmonies of #FFB397
Complementary color
Monochromatic Colors of #FFB397
Black with #FFB397
Text Example
Text Example
White with #FFB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB397; }
p { color: rgb(255,179,151); }
H1.HeaderClassName
{
color: #FFB397;
}
.AnyTagClassName
{
color: #FFB397;
}
</style>
background-color css
<style>
a { background-color: #FFB397; }
a { background-color: rgb(255,179,151); }
div.DivClassName
{
background-color: #FFB397;
}
.BgClassName
{
background-color: #FFB397;
}
</style>
border-color css
<style>
span { border-color: #FFB397; }
span { border-color: rgb(255,179,151); }
td.TdClassName
{
border-color: #FFB397;
}
.TagClassName
{
border-color: #FFB397;
}
</style>