Shades of Pink #F4BFC9
Tints of Pink #F4BFC9
RGB
CMYK
RGB Variations
Color information
#F4BFC9 (or 0xF4BFC9) is known color: Pink. HEX triplet: F4, BF and C9. RGB value is (244,191,201). Sum of RGB (Red+Green+Blue) = 244+191+201=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC9 is #0B4036. Grayscale: #D0D0D0. Windows color (decimal): -737335 or 13221876. OLE color: 13221876.
HSL color Cylindrical-coordinate representation of color #F4BFC9: hue angle of 348.68º degrees, saturation: 0.71, 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 #F4BFC9 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 201 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 348.68º | 0.71% | 0.85% | - |
| HSV(B) | 348.68º | 0.22% | 0.96% | - |
| XYZ | 66.48 | 60.71 | 63.47 | - |
| YUV | 207.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 201 | 0 | 0.22 | 0.18 | 0.04 | 348.68 | 0.71 | 0.85 |
| Hex | F4 | BF | C9 | 0 | 16 | 12 | 4 | 15D | 47 | 55 |
| Octal | 364 | 277 | 311 | 0 | 26 | 22 | 4 | 535 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11001001 | 0 | 10110 | 10010 | 100 | 101011101 | 1000111 | 1010101 |
Color Harmonies of #F4BFC9
Complementary color
Monochromatic Colors of #F4BFC9
Black with #F4BFC9
Text Example
Text Example
White with #F4BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFC9; }
p { color: rgb(244,191,201); }
H1.HeaderClassName
{
color: #F4BFC9;
}
.AnyTagClassName
{
color: #F4BFC9;
}
</style>
background-color css
<style>
a { background-color: #F4BFC9; }
a { background-color: rgb(244,191,201); }
div.DivClassName
{
background-color: #F4BFC9;
}
.BgClassName
{
background-color: #F4BFC9;
}
</style>
border-color css
<style>
span { border-color: #F4BFC9; }
span { border-color: rgb(244,191,201); }
td.TdClassName
{
border-color: #F4BFC9;
}
.TagClassName
{
border-color: #F4BFC9;
}
</style>