Shades of Your Pink #F8BCBB
Tints of Your Pink #F8BCBB
RGB
CMYK
RGB Variations
Color information
#F8BCBB (or 0xF8BCBB) is known color: Your Pink. HEX triplet: F8, BC and BB. RGB value is (248,188,187). Sum of RGB (Red+Green+Blue) = 248+188+187=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCBB is #074344. Grayscale: #CDCDCD. Windows color (decimal): -475973 or 12303608. OLE color: 12303608.
HSL color Cylindrical-coordinate representation of color #F8BCBB: hue angle of 0.98º degrees, saturation: 0.81, 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 #F8BCBB is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 187 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.03 |
| HSL | 0.98º | 0.81% | 0.85% | - |
| HSV(B) | 0.98º | 0.25% | 0.97% | - |
| XYZ | 65.66 | 59.51 | 55.04 | - |
| YUV | 205.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 187 | 0 | 0.24 | 0.25 | 0.03 | 0.98 | 0.81 | 0.85 |
| Hex | F8 | BC | BB | 0 | 18 | 19 | 3 | 1 | 51 | 55 |
| Octal | 370 | 274 | 273 | 0 | 30 | 31 | 3 | 1 | 121 | 125 |
| Binary | 11111000 | 10111100 | 10111011 | 0 | 11000 | 11001 | 11 | 1 | 1010001 | 1010101 |
Color Harmonies of #F8BCBB
Complementary color
Monochromatic Colors of #F8BCBB
Black with #F8BCBB
Text Example
Text Example
White with #F8BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCBB; }
p { color: rgb(248,188,187); }
H1.HeaderClassName
{
color: #F8BCBB;
}
.AnyTagClassName
{
color: #F8BCBB;
}
</style>
background-color css
<style>
a { background-color: #F8BCBB; }
a { background-color: rgb(248,188,187); }
div.DivClassName
{
background-color: #F8BCBB;
}
.BgClassName
{
background-color: #F8BCBB;
}
</style>
border-color css
<style>
span { border-color: #F8BCBB; }
span { border-color: rgb(248,188,187); }
td.TdClassName
{
border-color: #F8BCBB;
}
.TagClassName
{
border-color: #F8BCBB;
}
</style>