Shades of Your Pink #F2C6BC
Tints of Your Pink #F2C6BC
RGB
CMYK
RGB Variations
Color information
#F2C6BC (or 0xF2C6BC) is known color: Your Pink. HEX triplet: F2, C6 and BC. RGB value is (242,198,188). Sum of RGB (Red+Green+Blue) = 242+198+188=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BC is #0D3943. Grayscale: #D2D2D2. Windows color (decimal): -866628 or 12371698. OLE color: 12371698.
HSL color Cylindrical-coordinate representation of color #F2C6BC: hue angle of 11.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C6BC is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 188 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.05 |
| HSL | 11.11º | 0.68% | 0.84% | - |
| HSV(B) | 11.11º | 0.22% | 0.95% | - |
| XYZ | 65.89 | 62.9 | 56.24 | - |
| YUV | 210.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 188 | 0 | 0.18 | 0.22 | 0.05 | 11.11 | 0.68 | 0.84 |
| Hex | F2 | C6 | BC | 0 | 12 | 16 | 5 | B | 44 | 54 |
| Octal | 362 | 306 | 274 | 0 | 22 | 26 | 5 | 13 | 104 | 124 |
| Binary | 11110010 | 11000110 | 10111100 | 0 | 10010 | 10110 | 101 | 1011 | 1000100 | 1010100 |
Color Harmonies of #F2C6BC
Complementary color
Monochromatic Colors of #F2C6BC
Black with #F2C6BC
Text Example
Text Example
White with #F2C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6BC; }
p { color: rgb(242,198,188); }
H1.HeaderClassName
{
color: #F2C6BC;
}
.AnyTagClassName
{
color: #F2C6BC;
}
</style>
background-color css
<style>
a { background-color: #F2C6BC; }
a { background-color: rgb(242,198,188); }
div.DivClassName
{
background-color: #F2C6BC;
}
.BgClassName
{
background-color: #F2C6BC;
}
</style>
border-color css
<style>
span { border-color: #F2C6BC; }
span { border-color: rgb(242,198,188); }
td.TdClassName
{
border-color: #F2C6BC;
}
.TagClassName
{
border-color: #F2C6BC;
}
</style>