Shades of Mandys Pink #FFBD90
Tints of Mandys Pink #FFBD90
RGB
CMYK
RGB Variations
Color information
#FFBD90 (or 0xFFBD90) is known color: Mandys Pink. HEX triplet: FF, BD and 90. RGB value is (255,189,144). Sum of RGB (Red+Green+Blue) = 255+189+144=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD90 is #00426F. Grayscale: #CBCBCB. Windows color (decimal): -17008 or 9485823. OLE color: 9485823.
HSL color Cylindrical-coordinate representation of color #FFBD90: hue angle of 24.32º 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 #FFBD90 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 144 | - |
| CMYK | 0 | 0.26 | 0.44 | 0 |
| HSL | 24.32º | 1% | 0.78% | - |
| HSV(B) | 24.32º | 0.44% | 1% | - |
| XYZ | 64.47 | 59.67 | 34.5 | - |
| YUV | 203.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 144 | 0 | 0.26 | 0.44 | 0 | 24.32 | 1 | 0.78 |
| Hex | FF | BD | 90 | 0 | 1A | 2C | 0 | 18 | 64 | 4E |
| Octal | 377 | 275 | 220 | 0 | 32 | 54 | 0 | 30 | 144 | 116 |
| Binary | 11111111 | 10111101 | 10010000 | 0 | 11010 | 101100 | 0 | 11000 | 1100100 | 1001110 |
Color Harmonies of #FFBD90
Complementary color
Monochromatic Colors of #FFBD90
Black with #FFBD90
Text Example
Text Example
White with #FFBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD90; }
p { color: rgb(255,189,144); }
H1.HeaderClassName
{
color: #FFBD90;
}
.AnyTagClassName
{
color: #FFBD90;
}
</style>
background-color css
<style>
a { background-color: #FFBD90; }
a { background-color: rgb(255,189,144); }
div.DivClassName
{
background-color: #FFBD90;
}
.BgClassName
{
background-color: #FFBD90;
}
</style>
border-color css
<style>
span { border-color: #FFBD90; }
span { border-color: rgb(255,189,144); }
td.TdClassName
{
border-color: #FFBD90;
}
.TagClassName
{
border-color: #FFBD90;
}
</style>