Shades of Your Pink #F2C6BD
Tints of Your Pink #F2C6BD
RGB
CMYK
RGB Variations
Color information
#F2C6BD (or 0xF2C6BD) is known color: Your Pink. HEX triplet: F2, C6 and BD. RGB value is (242,198,189). Sum of RGB (Red+Green+Blue) = 242+198+189=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BD is #0D3942. Grayscale: #D2D2D2. Windows color (decimal): -866627 or 12437234. OLE color: 12437234.
HSL color Cylindrical-coordinate representation of color #F2C6BD: hue angle of 10.19º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C6BD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 189 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.05 |
| HSL | 10.19º | 0.67% | 0.85% | - |
| HSV(B) | 10.19º | 0.22% | 0.95% | - |
| XYZ | 66 | 62.94 | 56.81 | - |
| YUV | 210.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 189 | 0 | 0.18 | 0.22 | 0.05 | 10.19 | 0.67 | 0.85 |
| Hex | F2 | C6 | BD | 0 | 12 | 16 | 5 | A | 43 | 55 |
| Octal | 362 | 306 | 275 | 0 | 22 | 26 | 5 | 12 | 103 | 125 |
| Binary | 11110010 | 11000110 | 10111101 | 0 | 10010 | 10110 | 101 | 1010 | 1000011 | 1010101 |
Color Harmonies of #F2C6BD
Complementary color
Monochromatic Colors of #F2C6BD
Black with #F2C6BD
Text Example
Text Example
White with #F2C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6BD; }
p { color: rgb(242,198,189); }
H1.HeaderClassName
{
color: #F2C6BD;
}
.AnyTagClassName
{
color: #F2C6BD;
}
</style>
background-color css
<style>
a { background-color: #F2C6BD; }
a { background-color: rgb(242,198,189); }
div.DivClassName
{
background-color: #F2C6BD;
}
.BgClassName
{
background-color: #F2C6BD;
}
</style>
border-color css
<style>
span { border-color: #F2C6BD; }
span { border-color: rgb(242,198,189); }
td.TdClassName
{
border-color: #F2C6BD;
}
.TagClassName
{
border-color: #F2C6BD;
}
</style>