Shades of Your Pink #F2C2BF
Tints of Your Pink #F2C2BF
RGB
CMYK
RGB Variations
Color information
#F2C2BF (or 0xF2C2BF) is known color: Your Pink. HEX triplet: F2, C2 and BF. RGB value is (242,194,191). Sum of RGB (Red+Green+Blue) = 242+194+191=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BF is #0D3D40. Grayscale: #D0D0D0. Windows color (decimal): -867649 or 12567282. OLE color: 12567282.
HSL color Cylindrical-coordinate representation of color #F2C2BF: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C2BF is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 191 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.05 |
| HSL | 3.53º | 0.66% | 0.85% | - |
| HSV(B) | 3.53º | 0.21% | 0.95% | - |
| XYZ | 65.31 | 61.22 | 57.66 | - |
| YUV | 208.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 191 | 0 | 0.20 | 0.21 | 0.05 | 3.53 | 0.66 | 0.85 |
| Hex | F2 | C2 | BF | 0 | 14 | 15 | 5 | 4 | 42 | 55 |
| Octal | 362 | 302 | 277 | 0 | 24 | 25 | 5 | 4 | 102 | 125 |
| Binary | 11110010 | 11000010 | 10111111 | 0 | 10100 | 10101 | 101 | 100 | 1000010 | 1010101 |
Color Harmonies of #F2C2BF
Complementary color
Monochromatic Colors of #F2C2BF
Black with #F2C2BF
Text Example
Text Example
White with #F2C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C2BF; }
p { color: rgb(242,194,191); }
H1.HeaderClassName
{
color: #F2C2BF;
}
.AnyTagClassName
{
color: #F2C2BF;
}
</style>
background-color css
<style>
a { background-color: #F2C2BF; }
a { background-color: rgb(242,194,191); }
div.DivClassName
{
background-color: #F2C2BF;
}
.BgClassName
{
background-color: #F2C2BF;
}
</style>
border-color css
<style>
span { border-color: #F2C2BF; }
span { border-color: rgb(242,194,191); }
td.TdClassName
{
border-color: #F2C2BF;
}
.TagClassName
{
border-color: #F2C2BF;
}
</style>