Shades of Pink #F8BCCB
Tints of Pink #F8BCCB
RGB
CMYK
RGB Variations
Color information
#F8BCCB (or 0xF8BCCB) is known color: Pink. HEX triplet: F8, BC and CB. RGB value is (248,188,203). Sum of RGB (Red+Green+Blue) = 248+188+203=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCCB is #074334. Grayscale: #CFCFCF. Windows color (decimal): -475957 or 13352184. OLE color: 13352184.
HSL color Cylindrical-coordinate representation of color #F8BCCB: hue angle of 345º 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 #F8BCCB is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 203 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.03 |
| HSL | 345º | 0.81% | 0.85% | - |
| HSV(B) | 345º | 0.24% | 0.97% | - |
| XYZ | 67.47 | 60.23 | 64.57 | - |
| YUV | 207.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 203 | 0 | 0.24 | 0.18 | 0.03 | 345 | 0.81 | 0.85 |
| Hex | F8 | BC | CB | 0 | 18 | 12 | 3 | 159 | 51 | 55 |
| Octal | 370 | 274 | 313 | 0 | 30 | 22 | 3 | 531 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11001011 | 0 | 11000 | 10010 | 11 | 101011001 | 1010001 | 1010101 |
Color Harmonies of #F8BCCB
Complementary color
Monochromatic Colors of #F8BCCB
Black with #F8BCCB
Text Example
Text Example
White with #F8BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCCB; }
p { color: rgb(248,188,203); }
H1.HeaderClassName
{
color: #F8BCCB;
}
.AnyTagClassName
{
color: #F8BCCB;
}
</style>
background-color css
<style>
a { background-color: #F8BCCB; }
a { background-color: rgb(248,188,203); }
div.DivClassName
{
background-color: #F8BCCB;
}
.BgClassName
{
background-color: #F8BCCB;
}
</style>
border-color css
<style>
span { border-color: #F8BCCB; }
span { border-color: rgb(248,188,203); }
td.TdClassName
{
border-color: #F8BCCB;
}
.TagClassName
{
border-color: #F8BCCB;
}
</style>