Shades of Your Pink #F2C4BB
Tints of Your Pink #F2C4BB
RGB
CMYK
RGB Variations
Color information
#F2C4BB (or 0xF2C4BB) is known color: Your Pink. HEX triplet: F2, C4 and BB. RGB value is (242,196,187). Sum of RGB (Red+Green+Blue) = 242+196+187=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4BB is #0D3B44. Grayscale: #D0D0D0. Windows color (decimal): -867141 or 12305650. OLE color: 12305650.
HSL color Cylindrical-coordinate representation of color #F2C4BB: hue angle of 9.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C4BB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 187 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 9.82º | 0.68% | 0.84% | - |
| HSV(B) | 9.82º | 0.23% | 0.95% | - |
| XYZ | 65.33 | 61.94 | 55.53 | - |
| YUV | 208.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 187 | 0 | 0.19 | 0.23 | 0.05 | 9.82 | 0.68 | 0.84 |
| Hex | F2 | C4 | BB | 0 | 13 | 17 | 5 | A | 44 | 54 |
| Octal | 362 | 304 | 273 | 0 | 23 | 27 | 5 | 12 | 104 | 124 |
| Binary | 11110010 | 11000100 | 10111011 | 0 | 10011 | 10111 | 101 | 1010 | 1000100 | 1010100 |
Color Harmonies of #F2C4BB
Complementary color
Monochromatic Colors of #F2C4BB
Black with #F2C4BB
Text Example
Text Example
White with #F2C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C4BB; }
p { color: rgb(242,196,187); }
H1.HeaderClassName
{
color: #F2C4BB;
}
.AnyTagClassName
{
color: #F2C4BB;
}
</style>
background-color css
<style>
a { background-color: #F2C4BB; }
a { background-color: rgb(242,196,187); }
div.DivClassName
{
background-color: #F2C4BB;
}
.BgClassName
{
background-color: #F2C4BB;
}
</style>
border-color css
<style>
span { border-color: #F2C4BB; }
span { border-color: rgb(242,196,187); }
td.TdClassName
{
border-color: #F2C4BB;
}
.TagClassName
{
border-color: #F2C4BB;
}
</style>