Shades of Your Pink #F8BFBA
Tints of Your Pink #F8BFBA
RGB
CMYK
RGB Variations
Color information
#F8BFBA (or 0xF8BFBA) is known color: Your Pink. HEX triplet: F8, BF and BA. RGB value is (248,191,186). Sum of RGB (Red+Green+Blue) = 248+191+186=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFBA is #074045. Grayscale: #CFCFCF. Windows color (decimal): -475206 or 12238840. OLE color: 12238840.
HSL color Cylindrical-coordinate representation of color #F8BFBA: hue angle of 4.84º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BFBA is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 186 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.03 |
| HSL | 4.84º | 0.82% | 0.85% | - |
| HSV(B) | 4.84º | 0.25% | 0.97% | - |
| XYZ | 66.21 | 60.76 | 54.69 | - |
| YUV | 207.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 186 | 0 | 0.23 | 0.25 | 0.03 | 4.84 | 0.82 | 0.85 |
| Hex | F8 | BF | BA | 0 | 17 | 19 | 3 | 5 | 52 | 55 |
| Octal | 370 | 277 | 272 | 0 | 27 | 31 | 3 | 5 | 122 | 125 |
| Binary | 11111000 | 10111111 | 10111010 | 0 | 10111 | 11001 | 11 | 101 | 1010010 | 1010101 |
Color Harmonies of #F8BFBA
Complementary color
Monochromatic Colors of #F8BFBA
Black with #F8BFBA
Text Example
Text Example
White with #F8BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFBA; }
p { color: rgb(248,191,186); }
H1.HeaderClassName
{
color: #F8BFBA;
}
.AnyTagClassName
{
color: #F8BFBA;
}
</style>
background-color css
<style>
a { background-color: #F8BFBA; }
a { background-color: rgb(248,191,186); }
div.DivClassName
{
background-color: #F8BFBA;
}
.BgClassName
{
background-color: #F8BFBA;
}
</style>
border-color css
<style>
span { border-color: #F8BFBA; }
span { border-color: rgb(248,191,186); }
td.TdClassName
{
border-color: #F8BFBA;
}
.TagClassName
{
border-color: #F8BFBA;
}
</style>