Shades of Your Pink #F2C2BC
Tints of Your Pink #F2C2BC
RGB
CMYK
RGB Variations
Color information
#F2C2BC (or 0xF2C2BC) is known color: Your Pink. HEX triplet: F2, C2 and BC. RGB value is (242,194,188). Sum of RGB (Red+Green+Blue) = 242+194+188=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BC is #0D3D43. Grayscale: #CFCFCF. Windows color (decimal): -867652 or 12370674. OLE color: 12370674.
HSL color Cylindrical-coordinate representation of color #F2C2BC: hue angle of 6.67º 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 #F2C2BC is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 188 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.05 |
| HSL | 6.67º | 0.68% | 0.84% | - |
| HSV(B) | 6.67º | 0.22% | 0.95% | - |
| XYZ | 64.99 | 61.09 | 55.94 | - |
| YUV | 207.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 188 | 0 | 0.20 | 0.22 | 0.05 | 6.67 | 0.68 | 0.84 |
| Hex | F2 | C2 | BC | 0 | 14 | 16 | 5 | 7 | 44 | 54 |
| Octal | 362 | 302 | 274 | 0 | 24 | 26 | 5 | 7 | 104 | 124 |
| Binary | 11110010 | 11000010 | 10111100 | 0 | 10100 | 10110 | 101 | 111 | 1000100 | 1010100 |
Color Harmonies of #F2C2BC
Complementary color
Monochromatic Colors of #F2C2BC
Black with #F2C2BC
Text Example
Text Example
White with #F2C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C2BC; }
p { color: rgb(242,194,188); }
H1.HeaderClassName
{
color: #F2C2BC;
}
.AnyTagClassName
{
color: #F2C2BC;
}
</style>
background-color css
<style>
a { background-color: #F2C2BC; }
a { background-color: rgb(242,194,188); }
div.DivClassName
{
background-color: #F2C2BC;
}
.BgClassName
{
background-color: #F2C2BC;
}
</style>
border-color css
<style>
span { border-color: #F2C2BC; }
span { border-color: rgb(242,194,188); }
td.TdClassName
{
border-color: #F2C2BC;
}
.TagClassName
{
border-color: #F2C2BC;
}
</style>