Shades of Your Pink #FFC1BA
Tints of Your Pink #FFC1BA
RGB
CMYK
RGB Variations
Color information
#FFC1BA (or 0xFFC1BA) is known color: Your Pink. HEX triplet: FF, C1 and BA. RGB value is (255,193,186). Sum of RGB (Red+Green+Blue) = 255+193+186=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1BA is #003E45. Grayscale: #D2D2D2. Windows color (decimal): -15942 or 12239359. OLE color: 12239359.
HSL color Cylindrical-coordinate representation of color #FFC1BA: hue angle of 6.09º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC1BA is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 186 | - |
| CMYK | 0 | 0.24 | 0.27 | 0 |
| HSL | 6.09º | 1% | 0.86% | - |
| HSV(B) | 6.09º | 0.27% | 1% | - |
| XYZ | 69.17 | 62.95 | 54.96 | - |
| YUV | 210.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 186 | 0 | 0.24 | 0.27 | 0 | 6.09 | 1 | 0.86 |
| Hex | FF | C1 | BA | 0 | 18 | 1B | 0 | 6 | 64 | 56 |
| Octal | 377 | 301 | 272 | 0 | 30 | 33 | 0 | 6 | 144 | 126 |
| Binary | 11111111 | 11000001 | 10111010 | 0 | 11000 | 11011 | 0 | 110 | 1100100 | 1010110 |
Color Harmonies of #FFC1BA
Complementary color
Monochromatic Colors of #FFC1BA
Black with #FFC1BA
Text Example
Text Example
White with #FFC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1BA; }
p { color: rgb(255,193,186); }
H1.HeaderClassName
{
color: #FFC1BA;
}
.AnyTagClassName
{
color: #FFC1BA;
}
</style>
background-color css
<style>
a { background-color: #FFC1BA; }
a { background-color: rgb(255,193,186); }
div.DivClassName
{
background-color: #FFC1BA;
}
.BgClassName
{
background-color: #FFC1BA;
}
</style>
border-color css
<style>
span { border-color: #FFC1BA; }
span { border-color: rgb(255,193,186); }
td.TdClassName
{
border-color: #FFC1BA;
}
.TagClassName
{
border-color: #FFC1BA;
}
</style>