Shades of Your Pink #F5BFBA
Tints of Your Pink #F5BFBA
RGB
CMYK
RGB Variations
Color information
#F5BFBA (or 0xF5BFBA) is known color: Your Pink. HEX triplet: F5, BF and BA. RGB value is (245,191,186). Sum of RGB (Red+Green+Blue) = 245+191+186=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFBA is #0A4045. Grayscale: #CECECE. Windows color (decimal): -671814 or 12238837. OLE color: 12238837.
HSL color Cylindrical-coordinate representation of color #F5BFBA: hue angle of 5.08º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BFBA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 186 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.04 |
| HSL | 5.08º | 0.75% | 0.85% | - |
| HSV(B) | 5.08º | 0.24% | 0.96% | - |
| XYZ | 65.15 | 60.22 | 54.64 | - |
| YUV | 206.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 186 | 0 | 0.22 | 0.24 | 0.04 | 5.08 | 0.75 | 0.85 |
| Hex | F5 | BF | BA | 0 | 16 | 18 | 4 | 5 | 4B | 55 |
| Octal | 365 | 277 | 272 | 0 | 26 | 30 | 4 | 5 | 113 | 125 |
| Binary | 11110101 | 10111111 | 10111010 | 0 | 10110 | 11000 | 100 | 101 | 1001011 | 1010101 |
Color Harmonies of #F5BFBA
Complementary color
Monochromatic Colors of #F5BFBA
Black with #F5BFBA
Text Example
Text Example
White with #F5BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFBA; }
p { color: rgb(245,191,186); }
H1.HeaderClassName
{
color: #F5BFBA;
}
.AnyTagClassName
{
color: #F5BFBA;
}
</style>
background-color css
<style>
a { background-color: #F5BFBA; }
a { background-color: rgb(245,191,186); }
div.DivClassName
{
background-color: #F5BFBA;
}
.BgClassName
{
background-color: #F5BFBA;
}
</style>
border-color css
<style>
span { border-color: #F5BFBA; }
span { border-color: rgb(245,191,186); }
td.TdClassName
{
border-color: #F5BFBA;
}
.TagClassName
{
border-color: #F5BFBA;
}
</style>