Shades of Mandys Pink #FFB18F
Tints of Mandys Pink #FFB18F
RGB
CMYK
RGB Variations
Color information
#FFB18F (or 0xFFB18F) is known color: Mandys Pink. HEX triplet: FF, B1 and 8F. RGB value is (255,177,143). Sum of RGB (Red+Green+Blue) = 255+177+143=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB18F is #004E70. Grayscale: #C4C4C4. Windows color (decimal): -20081 or 9417215. OLE color: 9417215.
HSL color Cylindrical-coordinate representation of color #FFB18F: hue angle of 18.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFB18F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 143 | - |
| CMYK | 0 | 0.31 | 0.44 | 0 |
| HSL | 18.21º | 1% | 0.78% | - |
| HSV(B) | 18.21º | 0.44% | 1% | - |
| XYZ | 61.92 | 54.69 | 33.28 | - |
| YUV | 196.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 143 | 0 | 0.31 | 0.44 | 0 | 18.21 | 1 | 0.78 |
| Hex | FF | B1 | 8F | 0 | 1F | 2C | 0 | 12 | 64 | 4E |
| Octal | 377 | 261 | 217 | 0 | 37 | 54 | 0 | 22 | 144 | 116 |
| Binary | 11111111 | 10110001 | 10001111 | 0 | 11111 | 101100 | 0 | 10010 | 1100100 | 1001110 |
Color Harmonies of #FFB18F
Complementary color
Monochromatic Colors of #FFB18F
Black with #FFB18F
Text Example
Text Example
White with #FFB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB18F; }
p { color: rgb(255,177,143); }
H1.HeaderClassName
{
color: #FFB18F;
}
.AnyTagClassName
{
color: #FFB18F;
}
</style>
background-color css
<style>
a { background-color: #FFB18F; }
a { background-color: rgb(255,177,143); }
div.DivClassName
{
background-color: #FFB18F;
}
.BgClassName
{
background-color: #FFB18F;
}
</style>
border-color css
<style>
span { border-color: #FFB18F; }
span { border-color: rgb(255,177,143); }
td.TdClassName
{
border-color: #FFB18F;
}
.TagClassName
{
border-color: #FFB18F;
}
</style>