Shades of Pink #F9BFCC
Tints of Pink #F9BFCC
RGB
CMYK
RGB Variations
Color information
#F9BFCC (or 0xF9BFCC) is known color: Pink. HEX triplet: F9, BF and CC. RGB value is (249,191,204). Sum of RGB (Red+Green+Blue) = 249+191+204=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFCC is #064033. Grayscale: #D1D1D1. Windows color (decimal): -409652 or 13418489. OLE color: 13418489.
HSL color Cylindrical-coordinate representation of color #F9BFCC: hue angle of 346.55º 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 #F9BFCC is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 204 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 346.55º | 0.83% | 0.86% | - |
| HSV(B) | 346.55º | 0.23% | 0.98% | - |
| XYZ | 68.6 | 61.76 | 65.43 | - |
| YUV | 209.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 204 | 0 | 0.23 | 0.18 | 0.02 | 346.55 | 0.83 | 0.86 |
| Hex | F9 | BF | CC | 0 | 17 | 12 | 2 | 15B | 53 | 56 |
| Octal | 371 | 277 | 314 | 0 | 27 | 22 | 2 | 533 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11001100 | 0 | 10111 | 10010 | 10 | 101011011 | 1010011 | 1010110 |
Color Harmonies of #F9BFCC
Complementary color
Monochromatic Colors of #F9BFCC
Black with #F9BFCC
Text Example
Text Example
White with #F9BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFCC; }
p { color: rgb(249,191,204); }
H1.HeaderClassName
{
color: #F9BFCC;
}
.AnyTagClassName
{
color: #F9BFCC;
}
</style>
background-color css
<style>
a { background-color: #F9BFCC; }
a { background-color: rgb(249,191,204); }
div.DivClassName
{
background-color: #F9BFCC;
}
.BgClassName
{
background-color: #F9BFCC;
}
</style>
border-color css
<style>
span { border-color: #F9BFCC; }
span { border-color: rgb(249,191,204); }
td.TdClassName
{
border-color: #F9BFCC;
}
.TagClassName
{
border-color: #F9BFCC;
}
</style>