Shades of Mandys Pink #F8BD90
Tints of Mandys Pink #F8BD90
RGB
CMYK
RGB Variations
Color information
#F8BD90 (or 0xF8BD90) is known color: Mandys Pink. HEX triplet: F8, BD and 90. RGB value is (248,189,144). Sum of RGB (Red+Green+Blue) = 248+189+144=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BD90 is #07426F. Grayscale: #C9C9C9. Windows color (decimal): -475760 or 9485816. OLE color: 9485816.
HSL color Cylindrical-coordinate representation of color #F8BD90: hue angle of 25.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8BD90 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 144 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.03 |
| HSL | 25.96º | 0.88% | 0.77% | - |
| HSV(B) | 25.96º | 0.42% | 0.97% | - |
| XYZ | 61.94 | 58.37 | 34.39 | - |
| YUV | 201.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 144 | 0 | 0.24 | 0.42 | 0.03 | 25.96 | 0.88 | 0.77 |
| Hex | F8 | BD | 90 | 0 | 18 | 2A | 3 | 1A | 58 | 4D |
| Octal | 370 | 275 | 220 | 0 | 30 | 52 | 3 | 32 | 130 | 115 |
| Binary | 11111000 | 10111101 | 10010000 | 0 | 11000 | 101010 | 11 | 11010 | 1011000 | 1001101 |
Color Harmonies of #F8BD90
Complementary color
Monochromatic Colors of #F8BD90
Black with #F8BD90
Text Example
Text Example
White with #F8BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BD90; }
p { color: rgb(248,189,144); }
H1.HeaderClassName
{
color: #F8BD90;
}
.AnyTagClassName
{
color: #F8BD90;
}
</style>
background-color css
<style>
a { background-color: #F8BD90; }
a { background-color: rgb(248,189,144); }
div.DivClassName
{
background-color: #F8BD90;
}
.BgClassName
{
background-color: #F8BD90;
}
</style>
border-color css
<style>
span { border-color: #F8BD90; }
span { border-color: rgb(248,189,144); }
td.TdClassName
{
border-color: #F8BD90;
}
.TagClassName
{
border-color: #F8BD90;
}
</style>