Shades of Your Pink #F9BFBD
Tints of Your Pink #F9BFBD
RGB
CMYK
RGB Variations
Color information
#F9BFBD (or 0xF9BFBD) is known color: Your Pink. HEX triplet: F9, BF and BD. RGB value is (249,191,189). Sum of RGB (Red+Green+Blue) = 249+191+189=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFBD is #064042. Grayscale: #D0D0D0. Windows color (decimal): -409667 or 12435449. OLE color: 12435449.
HSL color Cylindrical-coordinate representation of color #F9BFBD: hue angle of 2º 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 #F9BFBD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 189 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.02 |
| HSL | 2º | 0.83% | 0.86% | - |
| HSV(B) | 2º | 0.24% | 0.98% | - |
| XYZ | 66.88 | 61.08 | 56.41 | - |
| YUV | 208.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 189 | 0 | 0.23 | 0.24 | 0.02 | 2 | 0.83 | 0.86 |
| Hex | F9 | BF | BD | 0 | 17 | 18 | 2 | 2 | 53 | 56 |
| Octal | 371 | 277 | 275 | 0 | 27 | 30 | 2 | 2 | 123 | 126 |
| Binary | 11111001 | 10111111 | 10111101 | 0 | 10111 | 11000 | 10 | 10 | 1010011 | 1010110 |
Color Harmonies of #F9BFBD
Complementary color
Monochromatic Colors of #F9BFBD
Black with #F9BFBD
Text Example
Text Example
White with #F9BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFBD; }
p { color: rgb(249,191,189); }
H1.HeaderClassName
{
color: #F9BFBD;
}
.AnyTagClassName
{
color: #F9BFBD;
}
</style>
background-color css
<style>
a { background-color: #F9BFBD; }
a { background-color: rgb(249,191,189); }
div.DivClassName
{
background-color: #F9BFBD;
}
.BgClassName
{
background-color: #F9BFBD;
}
</style>
border-color css
<style>
span { border-color: #F9BFBD; }
span { border-color: rgb(249,191,189); }
td.TdClassName
{
border-color: #F9BFBD;
}
.TagClassName
{
border-color: #F9BFBD;
}
</style>