Shades of Your Pink #F2C5BA
Tints of Your Pink #F2C5BA
RGB
CMYK
RGB Variations
Color information
#F2C5BA (or 0xF2C5BA) is known color: Your Pink. HEX triplet: F2, C5 and BA. RGB value is (242,197,186). Sum of RGB (Red+Green+Blue) = 242+197+186=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5BA is #0D3A45. Grayscale: #D1D1D1. Windows color (decimal): -866886 or 12240370. OLE color: 12240370.
HSL color Cylindrical-coordinate representation of color #F2C5BA: hue angle of 11.79º 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 #F2C5BA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 186 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 11.79º | 0.68% | 0.84% | - |
| HSV(B) | 11.79º | 0.23% | 0.95% | - |
| XYZ | 65.45 | 62.35 | 55.04 | - |
| YUV | 209.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 186 | 0 | 0.19 | 0.23 | 0.05 | 11.79 | 0.68 | 0.84 |
| Hex | F2 | C5 | BA | 0 | 13 | 17 | 5 | C | 44 | 54 |
| Octal | 362 | 305 | 272 | 0 | 23 | 27 | 5 | 14 | 104 | 124 |
| Binary | 11110010 | 11000101 | 10111010 | 0 | 10011 | 10111 | 101 | 1100 | 1000100 | 1010100 |
Color Harmonies of #F2C5BA
Complementary color
Monochromatic Colors of #F2C5BA
Black with #F2C5BA
Text Example
Text Example
White with #F2C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5BA; }
p { color: rgb(242,197,186); }
H1.HeaderClassName
{
color: #F2C5BA;
}
.AnyTagClassName
{
color: #F2C5BA;
}
</style>
background-color css
<style>
a { background-color: #F2C5BA; }
a { background-color: rgb(242,197,186); }
div.DivClassName
{
background-color: #F2C5BA;
}
.BgClassName
{
background-color: #F2C5BA;
}
</style>
border-color css
<style>
span { border-color: #F2C5BA; }
span { border-color: rgb(242,197,186); }
td.TdClassName
{
border-color: #F2C5BA;
}
.TagClassName
{
border-color: #F2C5BA;
}
</style>