Shades of Pink #F5BFC9
Tints of Pink #F5BFC9
RGB
CMYK
RGB Variations
Color information
#F5BFC9 (or 0xF5BFC9) is known color: Pink. HEX triplet: F5, BF and C9. RGB value is (245,191,201). Sum of RGB (Red+Green+Blue) = 245+191+201=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC9 is #0A4036. Grayscale: #D0D0D0. Windows color (decimal): -671799 or 13221877. OLE color: 13221877.
HSL color Cylindrical-coordinate representation of color #F5BFC9: hue angle of 348.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFC9 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 201 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 348.89º | 0.73% | 0.85% | - |
| HSV(B) | 348.89º | 0.22% | 0.96% | - |
| XYZ | 66.83 | 60.89 | 63.49 | - |
| YUV | 208.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 201 | 0 | 0.22 | 0.18 | 0.04 | 348.89 | 0.73 | 0.85 |
| Hex | F5 | BF | C9 | 0 | 16 | 12 | 4 | 15D | 49 | 55 |
| Octal | 365 | 277 | 311 | 0 | 26 | 22 | 4 | 535 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11001001 | 0 | 10110 | 10010 | 100 | 101011101 | 1001001 | 1010101 |
Color Harmonies of #F5BFC9
Complementary color
Monochromatic Colors of #F5BFC9
Black with #F5BFC9
Text Example
Text Example
White with #F5BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFC9; }
p { color: rgb(245,191,201); }
H1.HeaderClassName
{
color: #F5BFC9;
}
.AnyTagClassName
{
color: #F5BFC9;
}
</style>
background-color css
<style>
a { background-color: #F5BFC9; }
a { background-color: rgb(245,191,201); }
div.DivClassName
{
background-color: #F5BFC9;
}
.BgClassName
{
background-color: #F5BFC9;
}
</style>
border-color css
<style>
span { border-color: #F5BFC9; }
span { border-color: rgb(245,191,201); }
td.TdClassName
{
border-color: #F5BFC9;
}
.TagClassName
{
border-color: #F5BFC9;
}
</style>