Shades of Mandys Pink #FFB18A
Tints of Mandys Pink #FFB18A
RGB
CMYK
RGB Variations
Color information
#FFB18A (or 0xFFB18A) is known color: Mandys Pink. HEX triplet: FF, B1 and 8A. RGB value is (255,177,138). Sum of RGB (Red+Green+Blue) = 255+177+138=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18A is #004E75. Grayscale: #C4C4C4. Windows color (decimal): -20086 or 9089535. OLE color: 9089535.
HSL color Cylindrical-coordinate representation of color #FFB18A: hue angle of 20º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFB18A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 138 | - |
| CMYK | 0 | 0.31 | 0.46 | 0 |
| HSL | 20º | 1% | 0.77% | - |
| HSV(B) | 20º | 0.46% | 1% | - |
| XYZ | 61.55 | 54.54 | 31.33 | - |
| YUV | 195.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 138 | 0 | 0.31 | 0.46 | 0 | 20 | 1 | 0.77 |
| Hex | FF | B1 | 8A | 0 | 1F | 2E | 0 | 14 | 64 | 4D |
| Octal | 377 | 261 | 212 | 0 | 37 | 56 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10110001 | 10001010 | 0 | 11111 | 101110 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFB18A
Complementary color
Monochromatic Colors of #FFB18A
Black with #FFB18A
Text Example
Text Example
White with #FFB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB18A; }
p { color: rgb(255,177,138); }
H1.HeaderClassName
{
color: #FFB18A;
}
.AnyTagClassName
{
color: #FFB18A;
}
</style>
background-color css
<style>
a { background-color: #FFB18A; }
a { background-color: rgb(255,177,138); }
div.DivClassName
{
background-color: #FFB18A;
}
.BgClassName
{
background-color: #FFB18A;
}
</style>
border-color css
<style>
span { border-color: #FFB18A; }
span { border-color: rgb(255,177,138); }
td.TdClassName
{
border-color: #FFB18A;
}
.TagClassName
{
border-color: #FFB18A;
}
</style>