Shades of Mandys Pink #FFBC90
Tints of Mandys Pink #FFBC90
RGB
CMYK
RGB Variations
Color information
#FFBC90 (or 0xFFBC90) is known color: Mandys Pink. HEX triplet: FF, BC and 90. RGB value is (255,188,144). Sum of RGB (Red+Green+Blue) = 255+188+144=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBC90 is #00436F. Grayscale: #CBCBCB. Windows color (decimal): -17264 or 9485567. OLE color: 9485567.
HSL color Cylindrical-coordinate representation of color #FFBC90: hue angle of 23.78º 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 #FFBC90 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 144 | - |
| CMYK | 0 | 0.26 | 0.44 | 0 |
| HSL | 23.78º | 1% | 0.78% | - |
| HSV(B) | 23.78º | 0.44% | 1% | - |
| XYZ | 64.26 | 59.24 | 34.43 | - |
| YUV | 203.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 144 | 0 | 0.26 | 0.44 | 0 | 23.78 | 1 | 0.78 |
| Hex | FF | BC | 90 | 0 | 1A | 2C | 0 | 18 | 64 | 4E |
| Octal | 377 | 274 | 220 | 0 | 32 | 54 | 0 | 30 | 144 | 116 |
| Binary | 11111111 | 10111100 | 10010000 | 0 | 11010 | 101100 | 0 | 11000 | 1100100 | 1001110 |
Color Harmonies of #FFBC90
Complementary color
Monochromatic Colors of #FFBC90
Black with #FFBC90
Text Example
Text Example
White with #FFBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC90; }
p { color: rgb(255,188,144); }
H1.HeaderClassName
{
color: #FFBC90;
}
.AnyTagClassName
{
color: #FFBC90;
}
</style>
background-color css
<style>
a { background-color: #FFBC90; }
a { background-color: rgb(255,188,144); }
div.DivClassName
{
background-color: #FFBC90;
}
.BgClassName
{
background-color: #FFBC90;
}
</style>
border-color css
<style>
span { border-color: #FFBC90; }
span { border-color: rgb(255,188,144); }
td.TdClassName
{
border-color: #FFBC90;
}
.TagClassName
{
border-color: #FFBC90;
}
</style>