Shades of Your Pink #FFC0BA
Tints of Your Pink #FFC0BA
RGB
CMYK
RGB Variations
Color information
#FFC0BA (or 0xFFC0BA) is known color: Your Pink. HEX triplet: FF, C0 and BA. RGB value is (255,192,186). Sum of RGB (Red+Green+Blue) = 255+192+186=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BA is #003F45. Grayscale: #D2D2D2. Windows color (decimal): -16198 or 12239103. OLE color: 12239103.
HSL color Cylindrical-coordinate representation of color #FFC0BA: hue angle of 5.22º 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 #FFC0BA is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 186 | - |
| CMYK | 0 | 0.25 | 0.27 | 0 |
| HSL | 5.22º | 1% | 0.86% | - |
| HSV(B) | 5.22º | 0.27% | 1% | - |
| XYZ | 68.95 | 62.5 | 54.88 | - |
| YUV | 210.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 186 | 0 | 0.25 | 0.27 | 0 | 5.22 | 1 | 0.86 |
| Hex | FF | C0 | BA | 0 | 19 | 1B | 0 | 5 | 64 | 56 |
| Octal | 377 | 300 | 272 | 0 | 31 | 33 | 0 | 5 | 144 | 126 |
| Binary | 11111111 | 11000000 | 10111010 | 0 | 11001 | 11011 | 0 | 101 | 1100100 | 1010110 |
Color Harmonies of #FFC0BA
Complementary color
Monochromatic Colors of #FFC0BA
Black with #FFC0BA
Text Example
Text Example
White with #FFC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0BA; }
p { color: rgb(255,192,186); }
H1.HeaderClassName
{
color: #FFC0BA;
}
.AnyTagClassName
{
color: #FFC0BA;
}
</style>
background-color css
<style>
a { background-color: #FFC0BA; }
a { background-color: rgb(255,192,186); }
div.DivClassName
{
background-color: #FFC0BA;
}
.BgClassName
{
background-color: #FFC0BA;
}
</style>
border-color css
<style>
span { border-color: #FFC0BA; }
span { border-color: rgb(255,192,186); }
td.TdClassName
{
border-color: #FFC0BA;
}
.TagClassName
{
border-color: #FFC0BA;
}
</style>