Shades of Your Pink #F4C6C1
Tints of Your Pink #F4C6C1
RGB
CMYK
RGB Variations
Color information
#F4C6C1 (or 0xF4C6C1) is known color: Your Pink. HEX triplet: F4, C6 and C1. RGB value is (244,198,193). Sum of RGB (Red+Green+Blue) = 244+198+193=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6C1 is #0B393E. Grayscale: #D3D3D3. Windows color (decimal): -735551 or 12699380. OLE color: 12699380.
HSL color Cylindrical-coordinate representation of color #F4C6C1: hue angle of 5.88º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C6C1 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 193 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.04 |
| HSL | 5.88º | 0.7% | 0.86% | - |
| HSV(B) | 5.88º | 0.21% | 0.96% | - |
| XYZ | 67.13 | 63.47 | 59.17 | - |
| YUV | 211.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 193 | 0 | 0.19 | 0.21 | 0.04 | 5.88 | 0.7 | 0.86 |
| Hex | F4 | C6 | C1 | 0 | 13 | 15 | 4 | 6 | 46 | 56 |
| Octal | 364 | 306 | 301 | 0 | 23 | 25 | 4 | 6 | 106 | 126 |
| Binary | 11110100 | 11000110 | 11000001 | 0 | 10011 | 10101 | 100 | 110 | 1000110 | 1010110 |
Color Harmonies of #F4C6C1
Complementary color
Monochromatic Colors of #F4C6C1
Black with #F4C6C1
Text Example
Text Example
White with #F4C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6C1; }
p { color: rgb(244,198,193); }
H1.HeaderClassName
{
color: #F4C6C1;
}
.AnyTagClassName
{
color: #F4C6C1;
}
</style>
background-color css
<style>
a { background-color: #F4C6C1; }
a { background-color: rgb(244,198,193); }
div.DivClassName
{
background-color: #F4C6C1;
}
.BgClassName
{
background-color: #F4C6C1;
}
</style>
border-color css
<style>
span { border-color: #F4C6C1; }
span { border-color: rgb(244,198,193); }
td.TdClassName
{
border-color: #F4C6C1;
}
.TagClassName
{
border-color: #F4C6C1;
}
</style>