Shades of Pink #F9BFCF
Tints of Pink #F9BFCF
RGB
CMYK
RGB Variations
Color information
#F9BFCF (or 0xF9BFCF) is known color: Pink. HEX triplet: F9, BF and CF. RGB value is (249,191,207). Sum of RGB (Red+Green+Blue) = 249+191+207=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFCF is #064030. Grayscale: #D2D2D2. Windows color (decimal): -409649 or 13615097. OLE color: 13615097.
HSL color Cylindrical-coordinate representation of color #F9BFCF: hue angle of 343.45º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFCF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 207 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 343.45º | 0.83% | 0.86% | - |
| HSV(B) | 343.45º | 0.23% | 0.98% | - |
| XYZ | 68.96 | 61.91 | 67.35 | - |
| YUV | 210.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 207 | 0 | 0.23 | 0.17 | 0.02 | 343.45 | 0.83 | 0.86 |
| Hex | F9 | BF | CF | 0 | 17 | 11 | 2 | 157 | 53 | 56 |
| Octal | 371 | 277 | 317 | 0 | 27 | 21 | 2 | 527 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11001111 | 0 | 10111 | 10001 | 10 | 101010111 | 1010011 | 1010110 |
Color Harmonies of #F9BFCF
Complementary color
Monochromatic Colors of #F9BFCF
Black with #F9BFCF
Text Example
Text Example
White with #F9BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFCF; }
p { color: rgb(249,191,207); }
H1.HeaderClassName
{
color: #F9BFCF;
}
.AnyTagClassName
{
color: #F9BFCF;
}
</style>
background-color css
<style>
a { background-color: #F9BFCF; }
a { background-color: rgb(249,191,207); }
div.DivClassName
{
background-color: #F9BFCF;
}
.BgClassName
{
background-color: #F9BFCF;
}
</style>
border-color css
<style>
span { border-color: #F9BFCF; }
span { border-color: rgb(249,191,207); }
td.TdClassName
{
border-color: #F9BFCF;
}
.TagClassName
{
border-color: #F9BFCF;
}
</style>