Shades of Pink #F8BFCF
Tints of Pink #F8BFCF
RGB
CMYK
RGB Variations
Color information
#F8BFCF (or 0xF8BFCF) is known color: Pink. HEX triplet: F8, BF and CF. RGB value is (248,191,207). Sum of RGB (Red+Green+Blue) = 248+191+207=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFCF is #074030. Grayscale: #D1D1D1. Windows color (decimal): -475185 or 13615096. OLE color: 13615096.
HSL color Cylindrical-coordinate representation of color #F8BFCF: hue angle of 343.16º 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 #F8BFCF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 207 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.03 |
| HSL | 343.16º | 0.8% | 0.86% | - |
| HSV(B) | 343.16º | 0.23% | 0.97% | - |
| XYZ | 68.6 | 61.72 | 67.33 | - |
| YUV | 209.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 207 | 0 | 0.23 | 0.17 | 0.03 | 343.16 | 0.8 | 0.86 |
| Hex | F8 | BF | CF | 0 | 17 | 11 | 3 | 157 | 50 | 56 |
| Octal | 370 | 277 | 317 | 0 | 27 | 21 | 3 | 527 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11001111 | 0 | 10111 | 10001 | 11 | 101010111 | 1010000 | 1010110 |
Color Harmonies of #F8BFCF
Complementary color
Monochromatic Colors of #F8BFCF
Black with #F8BFCF
Text Example
Text Example
White with #F8BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFCF; }
p { color: rgb(248,191,207); }
H1.HeaderClassName
{
color: #F8BFCF;
}
.AnyTagClassName
{
color: #F8BFCF;
}
</style>
background-color css
<style>
a { background-color: #F8BFCF; }
a { background-color: rgb(248,191,207); }
div.DivClassName
{
background-color: #F8BFCF;
}
.BgClassName
{
background-color: #F8BFCF;
}
</style>
border-color css
<style>
span { border-color: #F8BFCF; }
span { border-color: rgb(248,191,207); }
td.TdClassName
{
border-color: #F8BFCF;
}
.TagClassName
{
border-color: #F8BFCF;
}
</style>