Shades of Your Pink #F4C6BA
Tints of Your Pink #F4C6BA
RGB
CMYK
RGB Variations
Color information
#F4C6BA (or 0xF4C6BA) is known color: Your Pink. HEX triplet: F4, C6 and BA. RGB value is (244,198,186). Sum of RGB (Red+Green+Blue) = 244+198+186=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6BA is #0B3945. Grayscale: #D2D2D2. Windows color (decimal): -735558 or 12240628. OLE color: 12240628.
HSL color Cylindrical-coordinate representation of color #F4C6BA: hue angle of 12.41º 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 #F4C6BA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 186 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.04 |
| HSL | 12.41º | 0.73% | 0.84% | - |
| HSV(B) | 12.41º | 0.24% | 0.96% | - |
| XYZ | 66.37 | 63.17 | 55.15 | - |
| YUV | 210.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 186 | 0 | 0.19 | 0.24 | 0.04 | 12.41 | 0.73 | 0.84 |
| Hex | F4 | C6 | BA | 0 | 13 | 18 | 4 | C | 48 | 54 |
| Octal | 364 | 306 | 272 | 0 | 23 | 30 | 4 | 14 | 110 | 124 |
| Binary | 11110100 | 11000110 | 10111010 | 0 | 10011 | 11000 | 100 | 1100 | 1001000 | 1010100 |
Color Harmonies of #F4C6BA
Complementary color
Monochromatic Colors of #F4C6BA
Black with #F4C6BA
Text Example
Text Example
White with #F4C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6BA; }
p { color: rgb(244,198,186); }
H1.HeaderClassName
{
color: #F4C6BA;
}
.AnyTagClassName
{
color: #F4C6BA;
}
</style>
background-color css
<style>
a { background-color: #F4C6BA; }
a { background-color: rgb(244,198,186); }
div.DivClassName
{
background-color: #F4C6BA;
}
.BgClassName
{
background-color: #F4C6BA;
}
</style>
border-color css
<style>
span { border-color: #F4C6BA; }
span { border-color: rgb(244,198,186); }
td.TdClassName
{
border-color: #F4C6BA;
}
.TagClassName
{
border-color: #F4C6BA;
}
</style>