Shades of Your Pink #F8BFBC
Tints of Your Pink #F8BFBC
RGB
CMYK
RGB Variations
Color information
#F8BFBC (or 0xF8BFBC) is known color: Your Pink. HEX triplet: F8, BF and BC. RGB value is (248,191,188). Sum of RGB (Red+Green+Blue) = 248+191+188=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFBC is #074043. Grayscale: #CFCFCF. Windows color (decimal): -475204 or 12369912. OLE color: 12369912.
HSL color Cylindrical-coordinate representation of color #F8BFBC: hue angle of 3º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BFBC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 188 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.03 |
| HSL | 3º | 0.81% | 0.85% | - |
| HSV(B) | 3º | 0.24% | 0.97% | - |
| XYZ | 66.42 | 60.85 | 55.82 | - |
| YUV | 207.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 188 | 0 | 0.23 | 0.24 | 0.03 | 3 | 0.81 | 0.85 |
| Hex | F8 | BF | BC | 0 | 17 | 18 | 3 | 3 | 51 | 55 |
| Octal | 370 | 277 | 274 | 0 | 27 | 30 | 3 | 3 | 121 | 125 |
| Binary | 11111000 | 10111111 | 10111100 | 0 | 10111 | 11000 | 11 | 11 | 1010001 | 1010101 |
Color Harmonies of #F8BFBC
Complementary color
Monochromatic Colors of #F8BFBC
Black with #F8BFBC
Text Example
Text Example
White with #F8BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFBC; }
p { color: rgb(248,191,188); }
H1.HeaderClassName
{
color: #F8BFBC;
}
.AnyTagClassName
{
color: #F8BFBC;
}
</style>
background-color css
<style>
a { background-color: #F8BFBC; }
a { background-color: rgb(248,191,188); }
div.DivClassName
{
background-color: #F8BFBC;
}
.BgClassName
{
background-color: #F8BFBC;
}
</style>
border-color css
<style>
span { border-color: #F8BFBC; }
span { border-color: rgb(248,191,188); }
td.TdClassName
{
border-color: #F8BFBC;
}
.TagClassName
{
border-color: #F8BFBC;
}
</style>