Shades of Pink #F9BCCC
Tints of Pink #F9BCCC
RGB
CMYK
RGB Variations
Color information
#F9BCCC (or 0xF9BCCC) is known color: Pink. HEX triplet: F9, BC and CC. RGB value is (249,188,204). Sum of RGB (Red+Green+Blue) = 249+188+204=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCCC is #064333. Grayscale: #D0D0D0. Windows color (decimal): -410420 or 13417721. OLE color: 13417721.
HSL color Cylindrical-coordinate representation of color #F9BCCC: hue angle of 344.26º degrees, saturation: 0.84, 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 #F9BCCC is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 204 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 344.26º | 0.84% | 0.86% | - |
| HSV(B) | 344.26º | 0.24% | 0.98% | - |
| XYZ | 67.95 | 60.47 | 65.22 | - |
| YUV | 208.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 204 | 0 | 0.24 | 0.18 | 0.02 | 344.26 | 0.84 | 0.86 |
| Hex | F9 | BC | CC | 0 | 18 | 12 | 2 | 158 | 54 | 56 |
| Octal | 371 | 274 | 314 | 0 | 30 | 22 | 2 | 530 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11001100 | 0 | 11000 | 10010 | 10 | 101011000 | 1010100 | 1010110 |
Color Harmonies of #F9BCCC
Complementary color
Monochromatic Colors of #F9BCCC
Black with #F9BCCC
Text Example
Text Example
White with #F9BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCCC; }
p { color: rgb(249,188,204); }
H1.HeaderClassName
{
color: #F9BCCC;
}
.AnyTagClassName
{
color: #F9BCCC;
}
</style>
background-color css
<style>
a { background-color: #F9BCCC; }
a { background-color: rgb(249,188,204); }
div.DivClassName
{
background-color: #F9BCCC;
}
.BgClassName
{
background-color: #F9BCCC;
}
</style>
border-color css
<style>
span { border-color: #F9BCCC; }
span { border-color: rgb(249,188,204); }
td.TdClassName
{
border-color: #F9BCCC;
}
.TagClassName
{
border-color: #F9BCCC;
}
</style>