Shades of Pink #F9BECF
Tints of Pink #F9BECF
RGB
CMYK
RGB Variations
Color information
#F9BECF (or 0xF9BECF) is known color: Pink. HEX triplet: F9, BE and CF. RGB value is (249,190,207). Sum of RGB (Red+Green+Blue) = 249+190+207=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BECF is #064130. Grayscale: #D1D1D1. Windows color (decimal): -409905 or 13614841. OLE color: 13614841.
HSL color Cylindrical-coordinate representation of color #F9BECF: hue angle of 342.71º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BECF is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 207 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.02 |
| HSL | 342.71º | 0.83% | 0.86% | - |
| HSV(B) | 342.71º | 0.24% | 0.98% | - |
| XYZ | 68.74 | 61.47 | 67.27 | - |
| YUV | 209.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 207 | 0 | 0.24 | 0.17 | 0.02 | 342.71 | 0.83 | 0.86 |
| Hex | F9 | BE | CF | 0 | 18 | 11 | 2 | 157 | 53 | 56 |
| Octal | 371 | 276 | 317 | 0 | 30 | 21 | 2 | 527 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11001111 | 0 | 11000 | 10001 | 10 | 101010111 | 1010011 | 1010110 |
Color Harmonies of #F9BECF
Complementary color
Monochromatic Colors of #F9BECF
Black with #F9BECF
Text Example
Text Example
White with #F9BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BECF; }
p { color: rgb(249,190,207); }
H1.HeaderClassName
{
color: #F9BECF;
}
.AnyTagClassName
{
color: #F9BECF;
}
</style>
background-color css
<style>
a { background-color: #F9BECF; }
a { background-color: rgb(249,190,207); }
div.DivClassName
{
background-color: #F9BECF;
}
.BgClassName
{
background-color: #F9BECF;
}
</style>
border-color css
<style>
span { border-color: #F9BECF; }
span { border-color: rgb(249,190,207); }
td.TdClassName
{
border-color: #F9BECF;
}
.TagClassName
{
border-color: #F9BECF;
}
</style>