Shades of Your Pink #F4C4BA
Tints of Your Pink #F4C4BA
RGB
CMYK
RGB Variations
Color information
#F4C4BA (or 0xF4C4BA) is known color: Your Pink. HEX triplet: F4, C4 and BA. RGB value is (244,196,186). Sum of RGB (Red+Green+Blue) = 244+196+186=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4BA is #0B3B45. Grayscale: #D1D1D1. Windows color (decimal): -736070 or 12240116. OLE color: 12240116.
HSL color Cylindrical-coordinate representation of color #F4C4BA: hue angle of 10.34º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4C4BA is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 186 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 10.34º | 0.73% | 0.84% | - |
| HSV(B) | 10.34º | 0.24% | 0.96% | - |
| XYZ | 65.91 | 62.26 | 55 | - |
| YUV | 209.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 186 | 0 | 0.20 | 0.24 | 0.04 | 10.34 | 0.73 | 0.84 |
| Hex | F4 | C4 | BA | 0 | 14 | 18 | 4 | A | 48 | 54 |
| Octal | 364 | 304 | 272 | 0 | 24 | 30 | 4 | 12 | 110 | 124 |
| Binary | 11110100 | 11000100 | 10111010 | 0 | 10100 | 11000 | 100 | 1010 | 1001000 | 1010100 |
Color Harmonies of #F4C4BA
Complementary color
Monochromatic Colors of #F4C4BA
Black with #F4C4BA
Text Example
Text Example
White with #F4C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C4BA; }
p { color: rgb(244,196,186); }
H1.HeaderClassName
{
color: #F4C4BA;
}
.AnyTagClassName
{
color: #F4C4BA;
}
</style>
background-color css
<style>
a { background-color: #F4C4BA; }
a { background-color: rgb(244,196,186); }
div.DivClassName
{
background-color: #F4C4BA;
}
.BgClassName
{
background-color: #F4C4BA;
}
</style>
border-color css
<style>
span { border-color: #F4C4BA; }
span { border-color: rgb(244,196,186); }
td.TdClassName
{
border-color: #F4C4BA;
}
.TagClassName
{
border-color: #F4C4BA;
}
</style>