Shades of Pink #F8BFC8
Tints of Pink #F8BFC8
RGB
CMYK
RGB Variations
Color information
#F8BFC8 (or 0xF8BFC8) is known color: Pink. HEX triplet: F8, BF and C8. RGB value is (248,191,200). Sum of RGB (Red+Green+Blue) = 248+191+200=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFC8 is #074037. Grayscale: #D1D1D1. Windows color (decimal): -475192 or 13156344. OLE color: 13156344.
HSL color Cylindrical-coordinate representation of color #F8BFC8: hue angle of 350.53º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFC8 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 200 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 350.53º | 0.8% | 0.86% | - |
| HSV(B) | 350.53º | 0.23% | 0.97% | - |
| XYZ | 67.77 | 61.39 | 62.92 | - |
| YUV | 209.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 200 | 0 | 0.23 | 0.19 | 0.03 | 350.53 | 0.8 | 0.86 |
| Hex | F8 | BF | C8 | 0 | 17 | 13 | 3 | 15F | 50 | 56 |
| Octal | 370 | 277 | 310 | 0 | 27 | 23 | 3 | 537 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11001000 | 0 | 10111 | 10011 | 11 | 101011111 | 1010000 | 1010110 |
Color Harmonies of #F8BFC8
Complementary color
Monochromatic Colors of #F8BFC8
Black with #F8BFC8
Text Example
Text Example
White with #F8BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFC8; }
p { color: rgb(248,191,200); }
H1.HeaderClassName
{
color: #F8BFC8;
}
.AnyTagClassName
{
color: #F8BFC8;
}
</style>
background-color css
<style>
a { background-color: #F8BFC8; }
a { background-color: rgb(248,191,200); }
div.DivClassName
{
background-color: #F8BFC8;
}
.BgClassName
{
background-color: #F8BFC8;
}
</style>
border-color css
<style>
span { border-color: #F8BFC8; }
span { border-color: rgb(248,191,200); }
td.TdClassName
{
border-color: #F8BFC8;
}
.TagClassName
{
border-color: #F8BFC8;
}
</style>