Shades of Mandys Pink #FFBD8E
Tints of Mandys Pink #FFBD8E
RGB
CMYK
RGB Variations
Color information
#FFBD8E (or 0xFFBD8E) is known color: Mandys Pink. HEX triplet: FF, BD and 8E. RGB value is (255,189,142). Sum of RGB (Red+Green+Blue) = 255+189+142=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD8E is #004271. Grayscale: #CBCBCB. Windows color (decimal): -17010 or 9354751. OLE color: 9354751.
HSL color Cylindrical-coordinate representation of color #FFBD8E: hue angle of 24.96º 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 #FFBD8E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 142 | - |
| CMYK | 0 | 0.26 | 0.44 | 0 |
| HSL | 24.96º | 1% | 0.78% | - |
| HSV(B) | 24.96º | 0.44% | 1% | - |
| XYZ | 64.32 | 59.61 | 33.71 | - |
| YUV | 203.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 142 | 0 | 0.26 | 0.44 | 0 | 24.96 | 1 | 0.78 |
| Hex | FF | BD | 8E | 0 | 1A | 2C | 0 | 19 | 64 | 4E |
| Octal | 377 | 275 | 216 | 0 | 32 | 54 | 0 | 31 | 144 | 116 |
| Binary | 11111111 | 10111101 | 10001110 | 0 | 11010 | 101100 | 0 | 11001 | 1100100 | 1001110 |
Color Harmonies of #FFBD8E
Complementary color
Monochromatic Colors of #FFBD8E
Black with #FFBD8E
Text Example
Text Example
White with #FFBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD8E; }
p { color: rgb(255,189,142); }
H1.HeaderClassName
{
color: #FFBD8E;
}
.AnyTagClassName
{
color: #FFBD8E;
}
</style>
background-color css
<style>
a { background-color: #FFBD8E; }
a { background-color: rgb(255,189,142); }
div.DivClassName
{
background-color: #FFBD8E;
}
.BgClassName
{
background-color: #FFBD8E;
}
</style>
border-color css
<style>
span { border-color: #FFBD8E; }
span { border-color: rgb(255,189,142); }
td.TdClassName
{
border-color: #FFBD8E;
}
.TagClassName
{
border-color: #FFBD8E;
}
</style>