Shades of Mandys Pink #FFB8A0
Tints of Mandys Pink #FFB8A0
RGB
CMYK
RGB Variations
Color information
#FFB8A0 (or 0xFFB8A0) is known color: Mandys Pink. HEX triplet: FF, B8 and A0. RGB value is (255,184,160). Sum of RGB (Red+Green+Blue) = 255+184+160=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8A0 is #00475F. Grayscale: #CACACA. Windows color (decimal): -18272 or 10533119. OLE color: 10533119.
HSL color Cylindrical-coordinate representation of color #FFB8A0: hue angle of 15.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFB8A0 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 184 | 160 | - |
CMYK | 0 | 0.28 | 0.37 | 0 |
HSL | 15.16º | 1% | 0.81% | - |
HSV(B) | 15.16º | 0.37% | 1% | - |
XYZ | 64.73 | 58.08 | 41.06 | - |
YUV | 202.49 | 104.02 | 165.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 184 | 160 | 0 | 0.28 | 0.37 | 0 | 15.16 | 1 | 0.81 |
Hex | FF | B8 | A0 | 0 | 1C | 25 | 0 | F | 64 | 51 |
Octal | 377 | 270 | 240 | 0 | 34 | 45 | 0 | 17 | 144 | 121 |
Binary | 11111111 | 10111000 | 10100000 | 0 | 11100 | 100101 | 0 | 1111 | 1100100 | 1010001 |
Color Harmonies of #FFB8A0
Complementary color
Monochromatic Colors of #FFB8A0
Black with #FFB8A0
Text Example
Text Example
White with #FFB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8A0; }
p { color: rgb(255,184,160); }
H1.HeaderClassName
{
color: #FFB8A0;
}
.AnyTagClassName
{
color: #FFB8A0;
}
</style>
background-color css
<style>
a { background-color: #FFB8A0; }
a { background-color: rgb(255,184,160); }
div.DivClassName
{
background-color: #FFB8A0;
}
.BgClassName
{
background-color: #FFB8A0;
}
</style>
border-color css
<style>
span { border-color: #FFB8A0; }
span { border-color: rgb(255,184,160); }
td.TdClassName
{
border-color: #FFB8A0;
}
.TagClassName
{
border-color: #FFB8A0;
}
</style>