Shades of Mandys Pink #F8BDA4
Tints of Mandys Pink #F8BDA4
RGB
CMYK
RGB Variations
Color information
#F8BDA4 (or 0xF8BDA4) is known color: Mandys Pink. HEX triplet: F8, BD and A4. RGB value is (248,189,164). Sum of RGB (Red+Green+Blue) = 248+189+164=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDA4 is #07425B. Grayscale: #CBCBCB. Windows color (decimal): -475740 or 10796536. OLE color: 10796536.
HSL color Cylindrical-coordinate representation of color #F8BDA4: hue angle of 17.86º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8BDA4 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 164 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.03 |
| HSL | 17.86º | 0.86% | 0.81% | - |
| HSV(B) | 17.86º | 0.34% | 0.97% | - |
| XYZ | 63.61 | 59.03 | 43.16 | - |
| YUV | 203.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 164 | 0 | 0.24 | 0.34 | 0.03 | 17.86 | 0.86 | 0.81 |
| Hex | F8 | BD | A4 | 0 | 18 | 22 | 3 | 12 | 56 | 51 |
| Octal | 370 | 275 | 244 | 0 | 30 | 42 | 3 | 22 | 126 | 121 |
| Binary | 11111000 | 10111101 | 10100100 | 0 | 11000 | 100010 | 11 | 10010 | 1010110 | 1010001 |
Color Harmonies of #F8BDA4
Complementary color
Monochromatic Colors of #F8BDA4
Black with #F8BDA4
Text Example
Text Example
White with #F8BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDA4; }
p { color: rgb(248,189,164); }
H1.HeaderClassName
{
color: #F8BDA4;
}
.AnyTagClassName
{
color: #F8BDA4;
}
</style>
background-color css
<style>
a { background-color: #F8BDA4; }
a { background-color: rgb(248,189,164); }
div.DivClassName
{
background-color: #F8BDA4;
}
.BgClassName
{
background-color: #F8BDA4;
}
</style>
border-color css
<style>
span { border-color: #F8BDA4; }
span { border-color: rgb(248,189,164); }
td.TdClassName
{
border-color: #F8BDA4;
}
.TagClassName
{
border-color: #F8BDA4;
}
</style>